﻿
/*.navbar-header .bars {
    display: block !important;
    left: 20px;
}*/
/*.btn:not(.btn-link):not(.btn-circle) {
    font-size: 12px !important;
}*/

.card .body {
    font-size: 14px !important;
    color: #555;
}

.card .header {
    padding: 5px !important;
    border-left: 10px solid #f75959 !important;
    border-bottom: 1px solid #000 !important;
    /*background-color: #fdf3f3;*/
}

.text-align-left {
    text-align: left !important;
}

.text-align-right {
    text-align: right !important;
}

.text-align-center {
    text-align: center !important;
}

@media screen and (min-width:360px) {
    /* style changes when the screen gets larger */
    .blockStyle1 {
        border-bottom: dashed 1px #837f7f;
    }

    .blockStyle2 {
        border-bottom: dashed 1px #837f7f;
    }

    .blockStyle3 {
        border-bottom: dashed 1px #837f7f;
        padding-bottom: 10px;
        margin-bottom: 10px !important;
    }

    .blockStyle4 {
        border-bottom: dashed 1px #837f7f;
        padding-bottom: 10px;
        margin-bottom: 10px !important;
    }

    .blockImgStyle1 {
        width: 100% !important;
    }

    .blockImgStyle2 {
        width: 100% !important;
    }

    .blockImgStyle3 {
        width: 100% !important;
    }

    .blockImgStyle4 {
        width: 100% !important;
    }
}

@media screen and (min-width:480px) {
    /* style changes when the screen gets larger */
    .blockStyle1 {
        border-bottom: dashed 1px #837f7f;
    }

    .blockStyle2 {
        border-bottom: dashed 1px #837f7f;
    }

    .blockStyle3 {
        border-bottom: dashed 1px #837f7f;
        padding-bottom: 10px;
        margin-bottom: 10px !important;
    }

    .blockStyle4 {
        border-bottom: dashed 1px #837f7f;
        padding-bottom: 10px;
        margin-bottom: 10px !important;
    }

    .blockImgStyle1 {
        width: 100% !important;
    }

    .blockImgStyle2 {
        width: 100% !important;
    }

    .blockImgStyle3 {
        width: 100% !important;
    }

    .blockImgStyle4 {
        width: 100% !important;
    }
}

@media screen and (min-width:800px) {
    /* And even larger */
    .blockStyle1 {
        /*height: 120px !important;*/
        border-bottom: dashed 1px #837f7f;
    }

    .blockStyle2 {
        /*height: 120px !important;*/
        border-bottom: dashed 1px #837f7f;
    }

    .blockStyle3 {
        /*height: 120px !important;*/
        border-bottom: dashed 1px #837f7f;
        padding-bottom: 10px;
        margin-bottom: 10px !important;
    }

    .blockStyle4 {
        /*height: 120px !important;*/
        border-bottom: dashed 1px #837f7f;
        padding-bottom: 10px;
        margin-bottom: 10px !important;
    }

    .blockImgStyle1 {
        height: 80px !important;
    }

    .blockImgStyle2 {
        height: 120px !important;
    }

    .blockImgStyle3 {
        height: 140px !important;
    }

    .blockImgStyle4 {
        height: 250px !important;
    }
}

@media screen and (max-width:800px) {
    /* style changes when the screen gets smaller */
}

@media screen and (max-width:480px) {
    /* And even smaller */
}

.col-container {
    display: table;
    width: 100%;
    background-color: #fff;
}

.col {
    display: table-cell;
    padding: 1px;
}

/*.card .header {
    padding: 5px !important;
}*/

.titleHead {
    color: #e90909 !important;
}

.pageTitle {
    color: #ff0000;
    font-weight: bold;
    font-size: 16px;
}

.paginationFont {
    font-size: 16px !important;
}

.catgName a {
    color: #ff0000;
    font-weight: bold;
    font-size: 16px;
}

    .catgName a:hover {
        color: #12bf30;
    }

.btn:not(.btn-link):not(.btn-circle) i {
    font-size: 18px !important;
    position: relative;
    /*top: 0px !important;*/
    margin: 0px 3px;
}

.btnLineHeight {
    font-size: 16px !important;
    line-height: 35px !important;
}

a {
    color: #000;
    text-decoration: none;
}

    a:hover {
        color: #d40110;
    }


.lineHeight30 {
    line-height: 30px;
}

.text-vertical-center {
    vertical-align: middle;
}

.topSection {
    /*height: 25px;*/
    background-color: #064073;
    color: #fefbfb;
}

.topBar {
    width: 100%;
    height: auto;
    top: 0px;
    padding-top: 3px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #fff;
    position: relative;
    z-index: 12;
    display: block;
}

    .topBar ul {
        padding: 0px;
    }

        .topBar ul li {
            display: inline !important;
        }

@media (max-width: 991px) {
    .topBar .visible-sm {
        display: inline !important;
    }

    .topBar .visible-xs {
        display: inline !important;
    }
}

.topBarMenu {
    display: inline;
}

    .topBarMenu li {
        margin-left: 10px;
    }

        .topBarMenu li a {
            font-weight: bold;
            font-size: 18px;
            color: #000;
            padding: 5px !important;
        }

            .topBarMenu li a:hover {
                color: #f15607 !important;
                /*background-color: #17930b;*/
            }

    .topBarMenu .open > .dropdown-menu {
        margin-top: 0px !important;
        display: block !important;
        /*background-color: #187c0e;*/
    }

    .topBarMenu .dropdown-menu li {
        margin-left: 0px !important;
        /*background-color: #239718;*/
    }

        .topBarMenu .dropdown-menu li a {
            font-size: 12px !important;
            padding: 2px 5px !important;
            margin-top: 0px !important;
        }

            .topBarMenu .dropdown-menu li a:hover {
                margin-left: 0px !important;
                color: #000;
                background-color: #239718;
            }

.topBarLogo {
    margin-left: 5px;
    margin-right: 5px;
    font-weight: bold;
    font-size: 26px;
    color: #ffc822;
}

    .topBarLogo:focus, .topBarLogo:visited, .topBarLogo:active {
        color: #ffc822;
    }

    .topBarLogo:hover {
        color: #f15607;
    }


.topBar2 {
    width: 100%;
    height: 45px;
    top: 0px;
    padding-top: 3px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #043560;
    position: relative;
    z-index: 12;
    display: block;
}

    .topBar2 ul {
        padding: 0px;
    }

        .topBar2 ul li {
            display: inline;
        }

.topBar2Logo {
    margin-left: 5px;
    margin-right: 5px;
    font-weight: bold;
    font-size: 26px;
    color: white;
}

.mainFooter {
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 30px;
    background-color: #303233;
    /*text-align: center;*/
    background-image: url('../images/bg-footer.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

    .mainFooter .title {
        color: #8cbb85;
        text-align: left;
    }

    .mainFooter .ulLinks {
        list-style: none;
        padding: 0px;
        text-align: left;
        color: #f3fbe5 !important;
    }

    .mainFooter a {
        color: #f3fbe5 !important;
    }

        .mainFooter a:hover {
            color: #f15607 !important;
        }

.ulLinks a:active, .ulLinks a:visited, .ulLinks a:focus {
    color: #f3fbe5 !important;
}

.ulLinks a:hover {
    color: #f15607 !important;
}

.fixedFooter {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 30px;
    background-color: #cdd0d1;
    color: white;
    text-align: center;
    z-index: 1;
}

.login-page {
    background-color: #000;
    background-image: url('../images/bgLogin.jpg') !important;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.navbar-brand {
    padding-top: 0px !important;
}

.countRecords {
    font-size: 16px;
    color: #601903 !important;
}

.stopoverflow {
    word-wrap: break-word;
}

.sidebar .menu .list a {
    padding: 5px 13px !important;
}
/*Modal update progress starts*/
.modalProgress {
    position: fixed;
    z-index: 99999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0px;
    background-color: #000;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.6;
}

.centerProgress {
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 84px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

    .centerProgress img {
        height: 62px;
        width: 62px;
    }

/*Modal update progress ends*/

.reqField {
    color: #ff0000;
}

.myform-control {
    display: block;
    width: 100%;
    height: 20px;
    padding: 1px 1px;
    font-size: 11px;
    line-height: 1.42857143;
    color: #000;
    /*text-align: center;*/
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/*.bgRowStyle {
    background-color: #ffbd02;
}

.myform-control:focus + .bgRowStyle {
    background: green;
}*/

html input[disabled] {
    cursor: not-allowed;
    border: none !important;
    background-color: #dddcdc !important;
    color: #4f4d4d;
}

@media (max-width: 768px) {
    .form-control-label {
        margin-left: 0px !important;
        margin-bottom: 0px !important;
        text-align: left !important;
    }
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: 0px !important;
    }
}

@media (max-width: 767px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: 0px !important;
        width: 73%;
    }
}

.text-bold {
    font-weight: bold !important;
}

.text-black {
    color: #000;
}

.text-white {
    color: #ffffff;
}

.text-grey {
    color: #7c7979 !important;
}

.text-blue {
    color: #0659aa !important;
}

.text-green {
    color: #088207 !important;
}

.text-deepblue {
    color: #0c447a !important;
}

.text-red {
    color: #ff0000 !important;
}

.text-yellow {
    color: #fde30d !important;
}

.text-brown {
    color: #821e07 !important
}

.text-orange {
    color: #f4a550 !important
}

.text-deep-orange {
    color: #fb6f06 !important
}

.btnPayLg {
    line-height: 3 !important;
}

.myHeading1 {
    position: relative;
    border-bottom: 1px solid #000;
}

.rowHeaderStyle1 {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    word-wrap: break-word;
    border: dashed 1px #42646f;
}

.rowFooterStyle1 {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    word-wrap: break-word;
    border: solid 1px #42646f;
    color: #fff;
    background-color: #435f77;
}

.rowStyle1 {
    margin-top: 1px !important;
    margin-bottom: 10px !important;
    /*padding-top: 1px !important;
    padding-bottom: 1px !important;
    word-wrap: break-word;
    border: dashed 1px #42646f;
    background-color: #b2d5ea;*/
    color: #000;
    font-size: 11px;
}

    .rowStyle1:focus-within {
        /*background-color: #ffbd02;
       border: solid 1px #060b48;*/
        -webkit-box-shadow: 0px 0px 15px 1px rgba(123,192,232,1);
        -moz-box-shadow: 0px 0px 15px 1px rgba(123,192,232,1);
        box-shadow: 0px 0px 15px 1px rgba(123,192,232,1);
    }

    .rowStyle1 input {
        /*border: solid 1px #7d7d7e;*/
        /*background-color: #ffffff;*/
        color: #000;
    }

        .rowStyle1 input:focus {
            background-color: #aef8b0;
            color: #000;
        }

.nomargin {
    margin-bottom: 0px !important;
}

section.content {
    margin: 5px 0px 0px 0px !important;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}


.loginTitle {
    font-size: 24px;
    font-weight: bold;
}

@media screen and (max-width: 360px) {
    .loginTitle {
        font-size: 16px;
        font-weight: bold;
    }
}

.cmpTitle {
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    line-height: normal;
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
}

@media screen and (max-width: 360px) {
    .cmpTitle {
        font-size: 12px;
        /*width: 230px;
        height: 30px;*/
    }
}

.btn {
    padding: 2px 6px !important;
}

.btnIconSquare-sm {
    padding: 2px 2px !important;
}

.btnIcon {
    padding: 2px 6px 6px 6px !important;
    font-size: 14px !important;
}

.iconColor {
    color: #2F9909;
}

.dropdown-menu > li > a {
    font-size: 14px !important;
}

.card .header h2 {
    font-size: 14px !important;
}

.marginBottom10 {
    margin-bottom: 10px !important;
}

.marginBottom15 {
    margin-bottom: 15px !important;
}

.marginleft2 {
    margin-left: 2px;
}

.marginleft5 {
    margin-left: 5px;
}

.marginleft10 {
    margin-left: 10px;
}

.marginRight10 {
    margin-right: 10px;
}

.padLeft10 {
    padding-left: 10px !important;
}

.padLeft15 {
    padding-left: 15px !important;
}

.displayBlock {
    display: block;
    width: 100%;
    height: 100%;
}

.boxStyle {
    padding: 3px;
    height: 120px;
}

    .boxStyle a {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        box-shadow: 1px 3px 3px 2px #888888;
    }


.linkBoxStyle {
    padding: 3px;
    height: 120px;
}

    .linkBoxStyle a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-decoration: none;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        box-shadow: 1px 3px 3px 2px #888888;
    }

.textShadow {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 1px 3px 5px 2px #888888;
}

.topLeft1 {
    color: white;
    padding-left: 5px;
    margin-top: 5px;
    float: left;
}

.topRight1 {
    color: white;
    font-size: 24px;
    float: right;
    margin-top: 5px;
    padding-right: 10px;
}

.bottomLeft1 {
    width: 100%;
    color: white;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    bottom: 10px;
    left: 15px;
}

@media (max-width: 600px) {
    .linkBoxStyle a {
        font-size: 14px;
        font-weight: bold;
    }

    .bottomLeft1 {
        font-size: 14px;
        left: 5px;
    }

    .topRight1 {
        font-size: 20px;
    }
}

.bg1 {
    background-color: #0abd34;
}

    .bg1:hover {
        background-color: #0b922b;
    }

.bg2 {
    background-color: #603cba;
}

    .bg2:hover {
        background-color: #2f0c87;
    }

.bg3 {
    background-color: #a200ff;
}

    .bg3:hover {
        background-color: #6f07aa;
    }

.bg4 {
    background-color: #d04c05;
}

    .bg4:hover {
        background-color: #ac4107;
    }

.bg5 {
    background-color: #d41243;
}

    .bg5:hover {
        background-color: #a90f36;
    }

.bg6 {
    background-color: #8ec127;
}

    .bg6:hover {
        background-color: #64900c;
    }

.bg7 {
    background-color: #9f00a7;
}

    .bg7:hover {
        background-color: #6e0574;
    }

.bg8 {
    background-color: #00aba9;
}

    .bg8:hover {
        background-color: #0b8281;
    }

.bg9 {
    background-color: #2d89ef;
}

    .bg9:hover {
        background-color: #0f6dd5;
    }

.bg10 {
    background-color: #f7c436;
}

    .bg10:hover {
        background-color: #e8ad09;
    }

.bg11 {
    background-color: #fb6cb6;
}

    .bg11:hover {
        background-color: #f74ba4;
    }

.bg12 {
    background-color: #0bceb3;
}

    .bg12:hover {
        background-color: #08b59d;
    }

.bg13 {
    background-color: #4a84a6;
}

    .bg13:hover {
        background-color: #2979a8;
    }

.bg14 {
    background-color: #ff6000;
}

    .bg14:hover {
        background-color: #ea5d07;
    }

.bg15 {
    background-color: #BE9EC9;
}

    .bg15:hover {
        background-color: #a35fba;
    }


.popupLabel {
    font-size: 12px !important;
}


.dashboardTitle {
    font-size: 40px;
    font-weight: bold;
    color: #0066CC;
}

@media screen and (max-width: 360px) {
    .dashboardTitle {
        font-size: 26px;
        font-weight: bold;
        color: #0066CC
    }
}


.shadowStyle {
    border: 1px solid #dbd3d3;
    background-color: #ffffff;
    padding: 10px;
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .shadowStyle:hover {
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    }

/*Scrolling Style*/
.scroll-left {
    position: relative;
    color: #000;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 30px;
    overflow: hidden;
}

    .scroll-left p {
        white-space: nowrap;
        text-overflow: ellipsis;
        display: inline-block;
        position: absolute;
        line-height: 30px;
        height: 100%;
        margin: 0;
        text-align: center; /* Starting position */
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%); /* Apply animation to this element */
        -moz-animation: scroll-left 50s linear infinite;
        -webkit-animation: scroll-left 50s linear infinite;
        animation: scroll-left 50s linear infinite;
    }

@media (max-width:360px) {
    .scroll-left p {
        white-space: nowrap;
        text-overflow: ellipsis;
        display: inline-block;
        position: absolute;
        line-height: 30px;
        height: 100%;
        margin: 0;
        text-align: center; /* Starting position */
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%); /* Apply animation to this element */
        -moz-animation: scroll-left 30s linear infinite;
        -webkit-animation: scroll-left 30s linear infinite;
        animation: scroll-left 30s linear infinite;
    }
}

/* Move it (define the animation) */
@-moz-keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
    }

    100% {
        -moz-transform: translateX(-100%);
    }
}

@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%); /* Browser bug fix */
        -webkit-transform: translateX(100%); /* Browser bug fix */
        transform: translateX(100%);
    }

    100% {
        -moz-transform: translateX(-100%); /* Browser bug fix */
        -webkit-transform: translateX(-100%); /* Browser bug fix */
        transform: translateX(-100%);
    }
}
/*scrolling ends*/

.myIcon {
    font-size: 14px !important;
}

.lineHeight24 {
    line-height: 24px !important;
}

.lineHeight50 {
    line-height: 50px !important;
}

.separatorLine {
    border-top: solid 1px #c2c1c1;
}
/*Blink code starts*/
.blink_me {
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}
/*Blink code ends*/
.ul-boxed li {
    padding: 7px;
    background-color: #FdFdFd;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 3px 3px -3px #ccc;
    box-shadow: 0px 3px 3px -3px #ccc;
    border-radius: 2px;
    border-left: 5px solid;
    border-left-color: currentcolor;
    border-left-color: #FF3300;
}


/*OR divider*/
#or {
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

    #or::before,
    #or::after {
        position: absolute;
        width: 45%;
        height: 1px;
        top: 24px;
        background-color: #aaa;
        content: '';
    }

    #or::before {
        left: 0;
    }

    #or::after {
        right: 0;
    }
/*OR divider ends*/

.border-radius-10 {
    border-radius: 10px;
}

.border-radius-20 {
    border-radius: 20px;
}

.btnPlay {
    width: 100px !important;
}
