﻿
/*.navbar-header .bars {
    display: block !important;
    left: 20px;
}*/
.bootstrap-select.form-control {
    border: solid 1px #ccc !important;
    border-radius: 4px;
    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;
}
.topSection {
    height: 25px;
    background-color: #ce1209;
    color: #fefbfb;
}

.topBar {
    width: 100%;
    height: auto;
    top: 0px;
    padding-top: 3px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #f3291f;
    position: relative;
    z-index: 12;
    display: block;
}

    .topBar ul {
        padding: 0px;
    }

        .topBar ul li {
            display: inline;
        }

.topBarLogo {
    margin-left: 5px;
    margin-right: 5px;
    font-weight: bold;
    font-size: 26px;
    color: white;
}


.topBar2 {
    width: 100%;
    height: 50px;
    top: 0px;
    padding-top: 3px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #f3291f;
    position: fixed;
    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: #cdd0d1;
    color: white;
    text-align: center;
}

.fixedFooter {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 30px;
    background-color: #cdd0d1;
    color: white;
    text-align: center;
    z-index: 10000 !important;
}

.login-page {
    background-color: #33a2f5;
    background-image: url('../images/bgLogin.jpg') !important;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 0;
}

.navbar-brand {
    padding-top: 0px !important;
}

.countRecords {
    font-size: 16px;
    color: #d23808 !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: solid 1px #e8e4e4 !important;
    background-color: transparent !important;
}

@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: #096dce !important;
}

.text-deepblue {
    color: #0c447a !important;
}

.text-pink {
    color: #de0b6c;
}
.text-red {
    color: #ff0000 !important;
}

.text-yellow {
    color: #fde30d !important;
}

.text-brown {
    color: #821e07 !important
}

.text-orange {
    color: #f4a550 !important
}
.cardHeader {
    color: #ff0202 !important;
    font-weight: bold !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: 1px 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: 5px 6px !important;
}

.btnIconSquare-sm {
    padding: 2px 2px !important;
}

.btnIcon {
    padding: 2px 6px !important;
    font-size: 16px !important;
}

.dropdown-menu > li > a {
    font-size: 16px !important;
    line-height: 35px !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: 16px;
        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;
    }
}


.bgTheme {
    background-color: #f3291f;
}
.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;
    }

        .scroll-left p:hover {
            -moz-animation-play-state: paused;
            -webkit-animation-play-state: paused;
            animation-play-state: paused;
        }

@media screen and (max-width: 800px) {
    .scroll-left p {
        white-space: nowrap;
        text-overflow: ellipsis;
        display: inline-block;
        position: absolute;
        line-height: 30px;
        height: 100%;
        margin: 0;
        text-align: left; /* Starting position */
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%); /* Apply animation to this element */
        -moz-animation: scroll-left 40s linear infinite;
        -webkit-animation: scroll-left 40s linear infinite;
        animation: scroll-left 40s linear infinite;
    }
        .scroll-left p:active {
            -moz-animation-play-state: paused;
            -webkit-animation-play-state: paused;
            animation-play-state: paused;
        }
}

/* 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;
}
.card .header .header-dropdown {
    top: 0px !important;
}
.paginationFont {
    font-size: 16px !important;
}

html input[disabled] {
    cursor: not-allowed;
    border: none !important;
    background-color: #dddcdc !important;
    color: #4f4d4d;
}


/*Banner Stroke*/
@media (min-width:660px) {
    .textStrokeBlack {
        /*-webkit-text-stroke: 1px #000;*/
        text-shadow: 2px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    }

    .textStrokeBlue {
        /*-webkit-text-stroke: 1px #000;*/
        text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    }

    .textStrokeWhite {
        /*-webkit-text-stroke: 1px #fff;*/
        text-shadow: 2px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    }
}

@media (min-width:320px) {
    .textStrokeBlack {
        /*-webkit-text-stroke: 1px #000;*/
        text-shadow: 2px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    }

    .textStrokeBlue {
        /*-webkit-text-stroke: 1px #000;*/
        text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    }

    .textStrokeWhite {
        /*-webkit-text-stroke: 1px #fff;*/
        text-shadow: 2px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    }
}
