﻿@charset "utf-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 8;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.lblbg {
    background-color: White;
    border: 1px solid #ccc;
    width: 70%;
    vertical-align: middle;
    display: block;
    padding-left: 5px;
    padding-top: 2px;
    font-size: 12px;
    font-family: Verdana;
    padding: 8px 15px;
    border-radius: 3px;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

/* Force scrollbar */
html {
    overflow-y: scroll;
}

/* Align radios and text inputs with their label */

/*input[type='radio'] { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */

input[type='button'],
input[type='submit'],
button {
    cursor: pointer;
}

strong {
    font-weight: bold;
    font-family: inherit;
    font-size: inherit;
}

em {
    font-style: italic;
}

img {
    border: 0;
    vertical-align: middle;
}

sub,
sup {
    vertical-align: baseline;
    position: relative;
    font-size: 55%;
    line-height: 0;
}

sup {
    top: -.7em;
}

sub {
    bottom: -.25em;
}

/* 1.2. Clear Fix
   ========================================================================== */

.cf:before,
.cf:after {
    display: table;
    content: " ";
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

button {
    /*   -webkit-appearance: none; /*Safari/Chrome*/
    /*  -moz-appearance: none; /*Firefox*/
    /*   -ms-appearance: none; /*IE*/
    /*   -o-appearance: none; /*Opera*/
    /*  appearance: none;*/
    -webkit-border-radius: 0;
    border-radius: 0;
}

/* 1.3. body
   ========================================================================== */

body {
    font-family: verdana, calibri, arial;
    font-size: 14px;
    overflow: hidden;
}



header {
    /*height: 82px;*/
}

header,
.content {
    /*width: 100%;
    float: left;*/
}

.header-wrapper,
.footer-wrapper {
    width: 92%;
    margin: 0 auto;
}

.menu-toggle {
    display: none;
}

header h1 {
    float: right;
    margin: 15px 0 0;
}

.content {
    /*background-color: #f4f2e9;*/
}

.cont-menu {
    background-color: #f37121;
    float: left;
    width: 25%;
    border-bottom: 1px solid #f37121;
    position: relative;
}

.cont-menu nav {
    float: right;
}

.cont-menu nav ul {
    list-style: none outside none;
}

.cont-menu nav ul li {
    border-radius: 2px 0 0 2px;
    background-color: #fff;
    margin: 8px 1px;
    padding: 10px 10px 10px 90px;
    text-align: right;
}

.cont-menu nav ul li a {
    color: #474747;
    text-decoration: none;
}

.ion-img-block {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.cont-block {
    background-color: #f4f2e9;
    float: left;
    width: 75%;
}

.cont-section {
    float: left;
    width: 95%;
    border: 1px solid #f37121;
    position: relative;
}

section.profile {
    width: 80%;
    margin: 0 auto;
}

.head {
    float: left;
    width: 100%;
    border-bottom: 2px solid #000;
    padding: 12px 0 2px 0;
}

span.profile-title {
    float: left;
    color: #de6703;
}

.head p {
    display: inline-block;
    float: right;
}

.pkg-dt {
    margin: 2px 0 0;
    float: left;
    width: 100%;
}

span.pkg-label {
    float: left;
    background-color: rgb(255, 255, 255);
    min-height: 15px;
    min-width: 75px;
    border: 1px solid rgb(204, 204, 204);
    margin: 2px 0 0;
    padding: 3px 5px;
}

.pkg-dt p {
    float: right;
    display: inline-block;
}

#demo {
    float: left;
    width: 769px;
    /*height: 405px;*/
    height: 450px;
    margin: 15px 0 0;
}

.login-form {
    float: left;
    width: 700px;
}

.common-field {
    min-width: 398px;
    float: left;
    position: relative;
    /*margin: 10px 0 0;
    top: 0px;
    left: 0px;*/
    margin: 2px 0 0;
}

.field-content {
    float: left;
    font-size: 11px;
    font-family: Verdana;
    color: rgb(63, 59, 59);
}

.field-text {
    min-width: 270px;
    margin: 0 0 0 15px;
    min-height: 15px;
    /*border: 1px solid rgb(204, 204, 204);*/
    padding: 3px 5px;
    /*background-color: #f9f3f3;*/
    border-radius: 5px;
    float: right;
}

span.dob-edit,
span.upgrade-pkg,
.sv-cn span {
    font-size: 11px;
    right: -33px;
    background-color: #f37121;
    color: #fff;
    padding: 4px;
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    bottom: 0;
}

span.upgrade-pkg {
    right: -60px;
    font-size: 11px;
    background-color: #f37121;
    color: #fff;
    padding: 4px;
    border-radius: 5px;
    cursor: pointer;
}

.power-buttons {
    position: absolute;
    right: 4px;
    top: 4px;
    width: 28px;
}

.footer-block a,
.google-play-block,
.power-buttons a {
    float: left;
}

footer {
    width: 100%;
    float: left;
    height: 72px;
}

.footer-block {
    width: 465px;
    float: right;
    margin: 10px 0 0;
}

.download-app img {
    height: auto;
    width: 264px;
}

.barcode img {
    height: auto;
    width: 53px;
    margin: 0 10px;
}

.google-play-block {
    width: 127px;
}

.google-play img {
    height: auto;
    width: 92px;
}

a.google-play-link {
    font-size: 12px;
    text-decoration: none;
    color: #08c;
    margin: 5px 0 0;
}

a.power-button {
    margin: 4px 0 0;
}

.sv-cn {
    position: absolute;
    right: -93px;
    bottom: 3px;
    display: none;
}

.sv-cn span {
    position: static;
}

/*--------------  Home page   --------------*/

.login-enquiry-menu {
    width: 855px;
    float: right;
}

.login-enquiry-menu nav {
    float: left;
    margin: 57px 0 0;
}

.login-enquiry-menu nav ul li {
    list-style: none;
    display: inline-block;
    margin: 0 0 0 10px;
    position: relative;
}

.login-enquiry-menu nav ul li a {
    list-style: none;
    display: inline-block;
    text-decoration: none;
    color: #171717;
    padding: 3px 0;
    border-bottom: 1px solid #f37121;
}

.login-enquiry-menu nav ul li a.active {
    border-bottom: 1px solid #171717;
}

.login-enquiry-menu nav ul li a.active:before {
    content: '\25B2';
    font-size: 8px;
    position: absolute;
    left: 49%;
    bottom: -1px;
}

.flexslider {
    width: 100%;
    overflow: hidden;
    margin: 0;
    background: #fff;
    border: 0;
}

.first-slider {
    background: url(../imagesnew/slider-bg.jpg) no-repeat 0 -230px / cover;
    width: 100%;
    display: inline-block;
}

.actor-block {
    float: left;
    width: 448px;
}

.flexslider .first-slider img,
.flexslider .second-slider img {
    width: auto;
    height: auto;
}

.flexslider .first-slider img.actor {
    width: 325px;
    margin: 8px 0 0 25%;
    float: left;
}

.flexslider .first-slider img.hungama {
    margin: 4px 0 0 13%;
    float: left;
    width: 260px;
}

.flexslider .first-slider img.ion-img3 {
    margin: 153px 0 0 0;
    float: left;
    width: 225px;
}

.account {
    float: left;
    margin: 220px 0 0 9%;
    width: 137px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}

.account span {
    font-size: 14px;
}

.play-block {
    margin: 60px 0 0;
}

.play-block img {
    margin: 0 0 0 50px;
}

.free-text {
    text-transform: uppercase;
    float: left;
    position: absolute;
    left: -72px;
    bottom: -68px;
    width: 291px;
}

.mobile-img-block {
    float: left;
    margin: 0 0 0 32px;
}

.flexslider .first-slider img.mobile-img {
    width: 180px;
    margin: 33px 0 0 3%;
    float: left;
}

.ion-content {
    float: left;
    margin: 50px 0 0 191px;
}

.ion-content p {
    text-transform: uppercase;
    font-size: 24px;
    width: 322px;
    text-align: center;
    margin: 0 0 30px 30px;
}

.flexslider .first-slider img.ion-img {
    width: 255px;
}

.second-slider {
    float: left;
    width: 100%;
}

.flexslider .second-slider img {
    width: 500px;
}

.flex-control-nav {
    position: absolute;
    text-align: left;
    width: 25px;
    right: 50px;
    top: 45%;
}

.flex-control-nav li {
    margin: 10px 0 0;
    display: block;
    height: 16px !important;
}

.flex-control-paging li a {
    background: url(../imagesnew/grey.png) no-repeat 0 0;
    opacity: 1;
}

.flex-direction-nav {
    display: none;
}

.home-menu {
    float: left;
    width: 100%;
}

.home-main-menu {
    float: left;
    margin: 40px 0 0;
}

.home-main-menu nav ul li {
    display: inline-block;
    margin: 0 0 0 20px;
}

.home-main-menu nav ul li a {
    text-decoration: none;
    float: left;
    color: #171717;
    padding: 3px 0;
    border-bottom: 1px solid #f37121;
}

.flex-control-paging li a.flex-active {
    background: url(../imagesnew/orange.png) no-repeat 0 0;
    opacity: 1;
}

.second-slider img {
    margin: 20px auto;
}


@media only screen and (max-width: 1024px) and (orientation:landscape) {

    .sv-cn {
        right: -89px;
    }

    .cont-menu nav ul li {
        padding: 10px 4px 10px 73px;
    }

    .first-slider {
        background: url(../imagesnew/slider-bg.jpg) no-repeat 0 -20px/cover;
    }

    .flexslider .first-slider img.mobile-img {
        margin: 33px 0 0 19%;
    }

    .ion-content {
        margin: 50px 0 0 170px;
    }

    .flexslider .first-slider img.ion-img3 {
        width: 270px;
    }

    /**/
    .mobile-img-block {
        margin: 0 0 0 -42px;
    }

    .account {
        margin: 220px 0 0 7%;
    }

    .free-text {
        width: 243px;
    }

    .ion-content p {
        margin: 0 0 30px 0px;
    }

    .flexslider .first-slider img.actor {
        margin: 8px 0 0 9%;
    }

    .flexslider .first-slider img.hungama {
        width: 260px;
        margin: 4px 0 0 1%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {

    .cont-menu nav ul li {
        padding: 3px 4px 3px 28px;
    }

    .common-field {
        min-height: 50px;
    }

    #demo {
        width: 500px;
        height: 625px;
    }

    span.dob-edit,
    span.upgrade-pkg,
    .sv-cn span,
    .sv-cn {
        right: 0;
    }

    .login-enquiry-menu {
        width: 97%;
    }

    .ion-content {
        margin: 50px 0 0 55px;
    }

    .first-slider {
        background: url(../imagesnew/slider-bg.jpg) no-repeat -100px 0/cover;
    }

    /**/
    .mobile-img-block {
        margin: 0 0 0 -42px;
    }

    .account {
        margin: 220px 0 0 7%;
    }

    .free-text {
        width: 243px;
        left: -45px;
    }

    .ion-content p {
        margin: 0 0 30px 0px;
    }

    .flexslider .first-slider img.actor {
        margin: 8px 0 0 9%;
    }

    .flexslider .first-slider img.hungama {
        width: 260px;
        margin: 4px 0 0 1%;
    }
}

@media only screen and (max-width: 767px) and (min-width: 0) {

    .header-wrapper,
    .footer-wrapper {
        width: 92%;
        margin: 0 auto;
    }

    .menu-toggle {
        display: inline-block;
        margin: 20px 0 0;
        float: left;
        cursor: pointer;
        width: 33px;
        height: 25px;
    }

    h1 img {
        width: 150px;
        height: auto;
        margin: 0 28px 0 0;
    }

    .content {
        margin: 15px 0 0;
    }

    .cont-menu {
        background-color: #f37121;
        float: left;
        width: 100%;
        position: absolute;
        left: 0;
        top: 69px;
        z-index: 999;
        display: none;
    }

    .cont-menu nav ul {
        list-style: none outside none;
    }

    .cont-menu nav ul li {
        margin: 8px 1px;
        padding: 3px 4px 3px 10px;
        text-align: left;
    }

    .cont-menu nav ul li a {
        color: #fff;
        text-decoration: none;
    }

    .ion-img-block {
        width: 100%;
        float: left;
    }

    .ion-img {
        height: auto;
        margin: 40px 0 5px 5px;
        width: 100px;
    }

    .cont-block {
        width: 100%;
        /*min-height: 440px;*/
    }

    .cont-section {
        width: 100%;
        position: static;
        border: 0;
    }

    section.profile {
        width: 94%;
        font-size: 12px;
    }

    .sv-cn {
        right: -49px;
    }

    header {
        height: auto;
    }

    .pkg-dt p {
        font-size: 11px;
        margin: 7px 0 0;
    }

    span.pkg-label {
        min-height: 20px;
        min-width: 70px;
        margin: 4px 0 0;
        padding: 0;
    }

    #demo {
        width: 100%;
        height: 100%;
    }

    section.login-block {
        float: left;
        width: 100%;
        margin: 25px 0 0;
    }

    .login-form {
        width: 100%;
        padding: 0 0 8px 0;
    }

    .common-field {
        width: 236px;
        min-width: 236px;
    }

    span.field-content {
        float: left;
    }

    .field-text {
        min-height: 15px;
        min-width: 190px;
        float: left;
        margin: 6px 0 0 0px;
    }

    span.dob-edit,
    span.upgrade-pkg {
        right: 2px;
        bottom: 0;
        font-size: 10px;
    }

    .footer-block {
        width: 100%;
        float: right;
        margin: 10px 0 0;
    }

    .footer-block a,
    .google-play-block {
        float: left;
        display: block;
        width: 100%;
        text-align: center;
        margin: 10px 0 0;
    }

    .download-app img {
        height: auto;
        width: 264px;
    }

    .barcode img {
        height: auto;
        width: 53px;
        margin: 0 10px;
    }

    .google-play img {
        height: auto;
        width: 92px;
    }

    a.google-play-link {
        font-size: 12px;
        text-decoration: none;
        color: #08c;
        margin: 5px 0 0;
    }

    footer {
        height: auto;
    }

    .sv-cn span {
        font-size: 9px;
    }

    span.upgrade-pkg {
        right: -27px;
    }

    .cont-menu nav {
        float: left;
        width: 100%;
    }

    .cont-menu nav ul li {
        background-color: transparent;
    }

    .ion-img-block {
        display: none;
    }

    /*---------Home page---------------*/

    .login-enquiry-menu {
        width: auto;
    }

    .first-slider,
    .flexslider .slides>li {
        height: 410px !important;
    }

    .first-slider {
        background: url(../imagesnew/slider-bg.jpg) no-repeat -84px 0px / cover;
        position: relative;
    }

    .account span {
        font-size: 12px;
    }

    .account {
        margin: 220px 0 0;
    }

    .play-block {
        margin: 0;
    }

    .play-block img {
        width: 20px;
    }

    .free-text {
        bottom: -58px;
        width: 129px;
        font-size: 12px;
        left: 0;
    }

    .mobile-img-block {
        position: absolute;
        top: 0;
        left: 0;
    }

    .flexslider .first-slider img.mobile-img {
        width: 81px;
        margin: 33px 0 0 58%;
    }

    .ion-content {
        margin: 0;
    }

    .ion-content p {
        text-transform: uppercase;
        font-size: 14px;
        width: 100%;
        text-align: center;
        margin: 0;
        position: absolute;
        top: 7px;
        left: 0;
    }

    .flexslider .first-slider img.ion-img {
        width: 133px;
        margin: 80px 0 0 32px;
    }

    .flex-control-paging li a {
        width: 12px;
        height: 12px;
    }

    .flexslider .second-slider img {
        width: 232px;
    }

    .flexslider .first-slider img.actor {
        width: 165px;
        margin: 8px 0 0 2px;
    }

    .actor-block {
        width: 195px;
    }

    .flexslider .first-slider img.hungama {
        margin: 44px 0 0 6px;
        float: left;
        width: 258px;
    }

    .flexslider .first-slider img.ion-img3 {
        margin: 92px 0 0 0;
        width: 104px;
    }

    .home-main-menu nav ul li,
    .home-main-menu nav ul li a {
        width: 100%;
        float: left;
        border-bottom: 0;
        text-align: center;
        font-size: 14px;
        margin: 0;
    }

    .login-enquiry-menu nav {
        position: absolute;
        z-index: 999;
        left: 0;
        top: 0;
        display: none;
        background: rgba(243, 113, 33, 0.9);
        width: 100%;
    }

    .login-enquiry-menu nav ul li {
        display: block;
        margin: 0;
    }

    .login-enquiry-menu nav ul li a.active,
    .login-enquiry-menu nav ul li a {
        border: 0;
        color: #fff;
        width: 98%;
        margin: 0 0 0 10px;
    }

    .login-enquiry-menu nav {
        top: 63px;
        margin: 0;
    }

    .login-enquiry-menu nav ul li a.active:before {
        content: "";
    }

    .flex-control-nav {
        right: 2px;
    }
}

@media only screen and (max-width:767px) and (orientation:landscape) {

    .common-field {
        width: 410px;
    }

    .field-text {
        margin: 0;
        float: right;
        width: 250px;
    }

    span.dob-edit,
    span.upgrade-pkg {
        right: -31px;
    }

    span.upgrade-pkg {
        right: -58px;
    }

    .sv-cn {
        right: -83px;
    }

    .login-form {
        padding: 0 0 8px 0;
    }

    /*---------Home page---------------*/

    .actor-block {
        width: 275px;
    }

    .flexslider .first-slider img.actor {
        width: 228px;
    }

    .flexslider .first-slider img.hungama {
        margin: 20px 0 0 6px;
    }

    .flexslider .first-slider img.ion-img3 {
        width: 188px;
    }

    .mobile-img-block {
        margin: 0 0 0 43px;
    }

    .ion-content p {
        font-size: 18px;
        width: 240px;
        margin: 6px 0 0 190px;
    }

    .flexslider .first-slider img.ion-img {
        width: 180px;
        margin: 80px 0 0 85px;
    }

    .flex-control-nav {
        right: 2px;
    }

    .first-slider {
        background: url(../imagesnew/slider-bg.jpg) no-repeat -74px 0px / cover;
    }

    .home-main-menu {
        width: 100%;
    }


    /** GRID **/
    /* Grid page */

    grid-header {
        background-color: #464445;
        color: #fff;
        padding: 2px;
        font-size: 8px;
        font-weight: bold;
    }

    .grid-content {
        /*background-color: #e8e7e3;*/
        background-color: gray;
        padding: 1px;
        text-align: justify;
        font-size: 8px;
    }

    table {
        border: 1px solid #D4D4CF;
        border-radius: 5px;
    }

    .grid-layout {
        float: left;
        margin: 15px 0 0 96px;
        font-size: 10px;
        /*min-width:240px;*/
        width: 100%;
    }

    th.grid-header.fst {
        border-radius: 2px 0 0 0;
        font-weight: bold;
        height: 30px;
    }

    th.grid-header.lst {
        border-radius: 0 2px 0 0;
        font-size: 10px;
        font-weight: bold;
    }

    .buttons-layout {
        margin: 20px 0 0;
    }

    span.credit-button {
        background: #959595;
        padding: 6px 12px;
        border-bottom: 2px solid #000;
        cursor: pointer;
    }

    .resource {
        margin: 20px 0 0;
        float: left;
    }

    table.fst-tb2 {
        width: 744px;
        text-align: center;
        /*background-color: #e8e7e3;*/
        /*background: linear-gradient(to bottom, white, #e4e3df);*/
        background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(230, 229, 224, 1) 70%, rgba(224, 223, 218, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
    }

    table.fst-tb2 tr td:first-child,
    table.fst-tb2 tr th:first-child {
        text-align: left;
    }

    .fst-tb2 tr th {
        font-weight: bold;
    }

    .resource-content,
    .fst-tb2 tr th {
        padding: 8px;
    }

    .fst-tb2 th {
        border-bottom: 1px dotted #A89F9F;
    }
}

.link_button {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    background: #4479BA;
    color: #FFF;
    padding: 8px 12px;
    text-decoration: none;
    text-align: center;
    font-family: Verdana;
    font-size: 12px;
}

.btnNew {
    display: inline-block;
    text-decoration: none;
    width: 52px;
    height: 32px;
    text-align: center;
    border: none;
    padding-top: 5px;
    color: #FF8500;
    background-color: #E8E8E8;
}

.btnNew:hover {
    color: #000;
    text-decoration: none;
    background-color: #DADADA;
}

.textboxNew {
    font-family: Verdana;
    font-size: 12px;
    min-width: 70%;
    border: 1px solid #ccc;
    height: 32px;
    padding: 10px 15px;
    border-radius: 3px;
}

.btnNewInternal {
    display: inline-block;
    color: #FF8500;
    background-color: #E8E8E8;
    text-decoration: none;
    width: 90px;
    height: 32px;
    text-align: center;
    border: none;
}

.btnNewInternal:hover {
    color: #000;
    text-decoration: none;
    background-color: #DADADA;
}

.Nevigation {
    color: #6C5F56;
    font-family: Verdana;
    font-size: 14px;
    text-decoration: none;
}

.Nevigation:hover {
    color: #5F5347;
    font-family: Verdana;
    font-size: 14px;
    text-decoration: none;
}

.Nevigation :focus {
    text-decoration: none;
}

.FooterLabel {
    font-size: 45px;
    color: #00A4A4;
}

.paddBt5 {
    padding-bottom: 5px;
}

.LeftLabel {
    font-family: Verdana;
    font-weight: bold;
    font-size: 11px;
    text-align: right;
}



.btnHeader {
    height: 40px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 2px solid #FF8500;
    width: 45px;
    color: white;
    display: block;
    text-align: center;
    background-color: #FF8500;
    padding-left: 8px;
    width: 50px;
    padding-right: 12px;
}

.btnHeader:hover {
    color: white;
}

.btnMenu {
    background-color: #2e2d2d;
    /* height: 20px; */
    border-radius: 0px;
    /* width: 250px; */
    color: #ffffff !important;
    text-align: left;
    display: block;
    padding: 5px 10px 5px 15px;
    font-size: 12px;
    margin-bottom: 3px;
    text-decoration: none;
}

.btnMenu:hover{
    background-color: teal;
}

.btnmenuarrow {
    position: absolute;
    right: 15px;
    content: "";
    font-family: fontello;
    color: #fff;
}

.btnMenu:hover {
    color: black;
}

a:hover {
    text-decoration: none;
}

input {
    outline: none;
}

@import url(http://fonts.googleapis.com/css?family=Bree+Serif);

/*******************
SELECTION STYLING
*******************/

::selection {
    color: #fff;
    background: orange;
    /* Safari */
}

::-moz-selection {
    color: #fff;
    background: #f676b2;
    /* Firefox */
}

/*******************
BODY STYLING
*******************/

* {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: url(images/Bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.login {
    padding-top: 20px;
}



.Reset {
    padding-top: 20px;
}

.login h1 {
    font-size: 25px;
    color: white;
}

.Reset h1 {
    font-size: 25px;
    color: white;
}


.login label {
    /*color: white;*/
    color: black;
    padding-bottom: 10px;
}

.radiobtn {
    display: inline-flex;
    text-decoration: none;
    width: 450px;
    height: 50px;
    text-align: inherit;
    padding-left: 7%;
    color: #000;
    font-size: 11px;
}

.radiobtnblock input[type="radio"] {
    display: none;
    margin: 10px;
}

.radiobtnblock input[type="radio"]+label {
    display: inline-block;
    margin: -1px;
    padding: 8px 22px;
    border: 1px solid teal;
}

.radiobtnblock input[type="radio"]:checked+label {
    color: white;
    background-color: teal;
}

.btnfloat {
    float: right;
    margin-left: initial;
}

.Reset label {
    color: white;
    padding-bottom: 10px;
}

.btnOtpcss {
    background-color: #008080;
    height: 31px;
    border-radius: 5px;
    width: 85px;
    color: white;
    font-size: 11px;
}

.btnOtpcss2 {
    background-color: #008080;
    height: 31px;
    border-radius: 5px;
    width: 85px;
    color: white;
    font-size: 14px;
}

.btncss {
    background-color: #ED6809;
    height: 40px;
    border-radius: 20px;
    width: 120px;
    color: white;
}

.btncss:hover {
    background-color: #E65C00;
}

.txtcss {
    padding: 5px 5px 5px 30px;
    color: #333333;
    border: 1px solid #333333;
    background-color: transparent;
    height: 40px;
    border-radius: 20px;
    width: 250px;
}

.txtPwd {
    background-image: url(images/icon/pwd16.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
}

.txtuser {
    background-image: url(images/icon/user16.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
}

.linkcss {
    height: 40px;
    color: black;
}

/* .headingcss {
    font-family: Verdana;
    font-size: 20px;
    color: #0e0e0e;
} */

.Message {
    font-family: 'Bree Serif', serif;
    font-size: 35px;
    color: white;
    position: absolute;
    top: 35%;
    left: 50%;
    text-align: left;
    font-weight: normal;
}

/* .btn {
    background: #e77817;
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    font-family: Bree Serif, serif;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    cursor: pointer;
} */

/* .btn:hover {
    background: #c26514;
    text-decoration: none;
    cursor: pointer;
} */

.page_footer {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: Calibri;
    background: transparent;
    border: 0;
    color: #0e0e0e;
    float: right;
    text-align: right;
    font-size: 15px;
}

.imgContact:before {
    content: url(images/icon/phone.png);
}

.imgAndroid:before {
    content: url(images/icon/android-icon.png);
}

.imgLogo:before {
    padding-bottom: 25px;
    content: url(images/logo_1x.png);
    /*url(images/Logo.png)*/
}

.imgfooter:before {
    content: url(images/CnergeeLogo.png);
    margin-right: 30px;
    border-width: 0px;
    height: 30px;
    width: 90px;
}

.imgInnerLogo:before {
    content: url(images/inner-logo.png);
}

.imgArrow:before {
    content: url(images/icon/arrow-16.png);
    float: right;
    width: 10px;
    height: 10px;
}

.imgLogOff:before {
    /* content: url(images/icon/logoff-32.png); */
    content: url(images/icon/logoff-16.png);
    /*float: right;
    width: 15px;
    height: 15px;*/
}

.divLeftPanel {
    background: url(images/BG.jpg);
    min-height: 795px;
}

.grid-layout tr th{
    padding: 10px 20px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #e7e7e7;
}

.grid-layout tr td{
    padding: 3px 20px;
    font-size: 12px;
    border: 1px solid #ccc;
}

/*----Topbar-----*/
.topbar{
    background-color: #e9e9e9;    
    border-bottom: 1px solid #969595;
    font-size: 12px;
}


.btnHeader-new{
    background-color: #ff6262;
    padding: 8px 10px;
    margin-top: 5px;
    border-radius: 5px;
    box-shadow: 2px 2px 3px 0px #ccc
}

.btnHeader-new:hover{
    background-color: #eb4545;
}

.top-header{
    font-size: 24px !important;
    font-weight: 600;
    color: #1c1c1c;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.col-form-label{
    font-weight: 600;
}




/**/
@media screen and (min-width: 764px){
    .topbar-ExpDt{
        float: right !important;
    }
}



/* If screen size is 763px wide */
@media screen and (max-width: 763px) {

    .topbar span{
        font-size: 12px;
    }

    .topbar-ExpDt{        
        text-align: left !important;
    }

}