﻿
/*.navbar-header .bars {
    display: block !important;
    left: 20px;
}*/
 
.topBar {
    width: 100%;
    height: 50px;
    top: 0px;
    padding-top: 3px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #ffbd02;
    position: fixed;
    z-index: 12;
    display: block;
}

    .topBar ul {
        padding: 0px;
    }

        .topBar ul li {
            display: inline;
        }

.topBarLogo {
    margin-left: 5px;
}

.login-page {
    /*background-color: #ffbd02;*/
    /*background-image: url('../images/bgLogin.jpg') !important;*/
    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: 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-red {
    color: #ff0000 !important;
}

.text-yellow {
    color: #fde30d !important;
}

.text-orange {
    color: #f4a550 !important
}

.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: 1px !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: 60px 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 12px !important;
}

.btnIcon {
    padding: 2px 6px !important;
    font-size: 16px !important;
}

.dropdown-menu > li > a {
    font-size: 11px !important;
}

.card .header h2 {
    font-size: 14px !important;
}
.marginleft2 {
    margin-left: 2px;
}

.marginleft5 {
    margin-left: 5px;
}

.marginleft10 {
    margin-left: 10px;
}

.marginRight10 {
    margin-right: 10px;
}
.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;
    }
}

.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;
}