﻿/*body {
    font-family: cursive;
}*/
.mainperson {
    border-radius: 50%;
    border: 1px solid;
    height: 180px;
    width: 180px;
}

    .mainperson:hover {
        -webkit-transform: scale(1.10);
        -moz-transform: scale(1.10);
        -ms-transform: scale(1.10);
        -o-transform: scale(1.10);
        transform: scale(1.10);
    }

.navbar-header {
    width: 100%;
}

.navbar-nav {
    margin-left: 0px;
}

.mainsubperson {
    border-radius: 50%;
    border: 1px solid;
    height: 130px;
    width: 130px;
}

    .mainsubperson:hover {
        -webkit-transform: scale(1.10);
        -moz-transform: scale(1.10);
        -ms-transform: scale(1.10);
        -o-transform: scale(1.10);
        transform: scale(1.10);
    }

.subperson {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    border: 1px solid;
}

    .subperson:hover {
        -webkit-transform: scale(1.20);
        -moz-transform: scale(1.20);
        -ms-transform: scale(1.20);
        -o-transform: scale(1.20);
        transform: scale(1.20);
    }

.paddingtop10 {
    padding-top: 10px;
}

.media:first-child {
    margin-top: 15px;
}

.navbar-inverse {
    background-color: brown;
}

    .navbar-inverse .navbar-brand {
        color: #FFFFFF;
    }

footer {
    margin: 10px 0;
}

.paddingbottom {
    padding-bottom: 10px;
}

.topmarquee {
    margin-top: 100px;
    color: #B9188E;
    font-size: 24px;
    font-weight: bold;
}

.leftlogo {
    width: 120px;
    height: 120px;
}

.subdetails {
    color: #E6EF7B;
    font-size: 15px;
}

.navbar-brand {
    font-size: 21px;
    height: auto;
    line-height: 1;
    padding: 15px 15px 0 15px;
}

.page-header {
    margin-top: 110px;
}

.page-header1 {
    padding-bottom: 9px;
    margin: 90px 0 20px;
    border-bottom: 1px solid #eee;
}

.navbar-inverse .navbar-nav > li > a {
    color: white;
}

    .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
        color: #E6EF7B;
        background-color: transparent;
    }

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: black;
    background-color: #D4B8B8;
}

.graybackground {
    background: #E6E6E6;
}

.divreceiptheight {
    height: 300px;
}

.brownbackground {
    background: #A52A2A;
}

.whitefont {
    color: white;
}

.font18 {
    font-size: 18px;
}

.margingleft10 {
    margin-left: 10px;
}

.margingleft0 {
    margin-left: 0px;
}

.paddingleft0 {
    padding-left: 0px;
}

.receiptfonthome {
    font-size: 28px;
    animation: blinker 2s linear infinite;
    text-decoration: none;
}

.paddingbottom10 {
    padding-bottom: 10px;
}

.margingtop5 {
    margin-top: 5px;
}

.widget {
    padding-bottom: 15px;
}

.widget-header {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 4px rgba(0,0,0,0.3);
    color: #555;
    min-height: 35px;
    padding-left: 12px;
    position: relative;
    text-align: right;
}

    .widget-header .widget-icon {
        display: block;
        float: left;
        font-size: 111%;
        height: 32px;
        line-height: 32px;
        margin-left: -10px;
        position: relative;
        text-align: center;
        width: 30px;
    }

    .widget-header > .widget-caption {
        float: left;
        font-size: 16px;
        font-weight: 500 !important;
        line-height: 34px;
        margin: 0;
        padding: 0;
        text-align: center;
        width: 100%;
    }

    .widget-header.lined {
        border: 0 none;
        box-shadow: none !important;
        padding-left: 2%;
    }

        .widget-header.lined:before {
            border-bottom: 1px solid #3a87ad;
            bottom: 0;
            content: "";
            display: block;
            height: 1px;
            left: 2%;
            position: absolute;
            top: 35px;
            width: 96%;
            z-index: 1;
        }

        .widget-header.lined .widget-buttons {
            padding-right: 2%;
        }

        .widget-header.lined + .widget-body {
            padding-left: 2%;
            padding-right: 2%;
        }

    .widget-header.separated {
        margin-bottom: 5px;
    }

    .widget-header[class*="bg-"] {
        border: 0 none;
    }

        .widget-header[class*="bg-"] .widget-caption, .widget-header[class*="bg-"] i {
            color: #fff;
        }

    .widget-header.bordered-left {
        border-left: 3px solid #fff;
    }

    .widget-header.bordered-right {
        border-right: 3px solid #fff;
    }

    .widget-header.bordered-top {
        border-top: 3px solid #fff;
    }

    .widget-header.bordered-bottom {
        border-bottom: 3px solid #fff;
    }

    .widget-header.header-large {
        min-height: 49px;
        padding-left: 18px;
    }

        .widget-header.header-large h5 {
            font-size: 16px;
            line-height: 48px;
        }

        .widget-header.header-large > .widget-buttons {
            height: 48px;
            line-height: 48px;
        }

            .widget-header.header-large > .widget-buttons a {
                min-width: 26px;
            }

                .widget-header.header-large > .widget-buttons a i {
                    font-size: 20px;
                }

    .widget-header.header-small {
        min-height: 29px;
        padding-left: 10px;
    }

        .widget-header.header-small h5 {
            font-size: 12px;
            line-height: 28px;
        }

        .widget-header.header-small > .widget-buttons {
            height: 29px;
            line-height: 29px;
        }

            .widget-header.header-small > .widget-buttons a {
                height: 16px;
                min-width: 16px;
            }

                .widget-header.header-small > .widget-buttons a i {
                    font-size: 14px;
                }

.bordered-themeprimary {
    border-color: #519fc5 !important;
}

.widget-body {
    background-color: #fbfbfb;
    box-shadow: 1px 0 10px 1px rgba(0,0,0,0.3);
    padding: 12px;
    min-height: 255px;
}

.themeprimary {
    color: #519fc5 !important;
}

.graybackground {
    background: #f5f5f5;
}

.bordered-themesecondary {
    border-color: #e91c57 !important;
}

.themesecondary {
    color: #e91c57 !important;
}

.bordered-themeblue {
    border-color: #ae75dd !important;
}

.themeblue {
    color: #ae75dd !important;
}

.bordered-themegreen {
    border-color: #23ae89 !important;
}

.themegreen {
    color: #23ae89 !important;
}

.bordered-themeCustomerProfile {
    border-color: #f1611a !important;
}

.themeCustomerProfile {
    color: #f1611a !important;
}

#divMainHome {
    width: 100%;
    height: 100%;
}

.divMainContentNoticeBoard {
    width: 23%;
    position: relative;
    float: left;
}

.divMainContentImageButton {
    width: 77%;
    height: 100%;
    float: right;
}

.divMainContentInnerImg {
    height: 120px;
    margin: 4px 0;
    text-align: center;
}

.divMainContentInnerImgCnt {
    text-align: center;
    font-weight: normal;
    width: 100%;
}

.ul-heading {
    layout-flow: horizontal;
    display: list-item;
    width: 100%;
    margin-top: 3px;
    padding-left: 10px;
    list-style-type: none !important;
}

.li-heading {
    font-size: small;
}

.li-onpageheading {
    font-size: "Small";
    color: #009;
    font-weight: bold;
}

.divMainContentInnerImg input[type="image"] {
    cursor: hand;
    height: 57px;
    width: 64px;
}

.media {
    box-shadow: 1px 0 10px 1px rgba(0,0,0,0.3);
    padding: 4px;
    min-height: 60px;
}

header.carousel {
    height: 300px;
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 5px;
        padding-bottom: 5px;
        margin-top: 5px;
    }

    .companydtl {
        display: block !important;
    }

    .mainlogo {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .page-header1 {
        padding-bottom: 9px;
        margin: 120px 0 20px;
        border-bottom: 1px solid #eee;
    }
}

@media (min-width: 500px) and (max-width: 767px) {
    .page-header1 {
        padding-bottom: 9px;
        margin: 90px 0 20px;
        border-bottom: 1px solid #eee;
    }

    .subdetails {
        margin-left: 15px;
    }
}

@media (min-width: 0px) and (max-width: 499px) {
    .page-header1 {
        padding-bottom: 9px;
        margin: 105px 0 20px;
        border-bottom: 1px solid #eee;
    }

    .subdetails {
        margin-left: 15px;
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

.divMainContentInnerImg a {
    text-decoration: none;
}

ul.circle {
    list-style-type: circle;
}

ul.square {
    list-style-type: square;
}

ol.upper-roman {
    list-style-type: upper-roman;
}

ol.lower-alpha {
    list-style-type: lower-alpha;
}

ol.number {
    margin-left: -20px;
}

    ol.number li {
        padding: 7px 5px;
    }

table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 5px !important;
}

.actionicon {
    width: 20px;
}

div#callus #number {
    color: #1182e3;
    font-size: 25px;
}

div#callus i {
    font-size: 19px;
}

div#callus p {
    float: right;
    border-bottom: 1px solid #007CC5;
    -webkit-animation: pulses 1s ease infinite;
    /*-moz-animation: pulse 1s ease infinite;
  -ms-animation: pulse 1s ease infinite;
  -o-animation: pulse 1s ease infinite;*/
    animation: pulses 1s ease infinite;
}

div#callus1 #number {
    color: #ff7519;
    font-size: 25px;
}

div#callus1 i {
    font-size: 22px;
}

div#callus1 p {
    float: left;
    border-bottom: 1px solid #007CC5;
    -webkit-animation: pulses 1s ease infinite;
    /*-moz-animation: pulse 1s ease infinite;
  -ms-animation: pulse 1s ease infinite;
  -o-animation: pulse 1s ease infinite;*/
    animation: pulses 1s ease infinite;
}


div#callus2 #number {
    color: #ff7519;
    font-size: 25px;
}

div#callus2 i {
    font-size: 19px;
}

div#callus2 p {
    float: right;
    border-bottom: 1px solid #007CC5;
    margin: 0;
}

div#callus2 {
    margin-bottom: -16px;
}

@-webkit-keyframes pulses {
    0% {
        -webkit-transform: scale(1);
    }

    25% {
        -webkit-transform: scale(1.1);
    }

    50% {
        -webkit-transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes pulses {
    0% {
        -moz-transform: scale(1);
    }

    25% {
        -moz-transform: scale(1.1);
    }

    50% {
        -moz-transform: scale(1);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@-ms-keyframes pulses {
    0% {
        -ms-transform: scale(1);
    }

    25% {
        -ms-transform: scale(1.1);
    }

    50% {
        -ms-transform: scale(1);
    }

    100% {
        -ms-transform: scale(1);
    }
}

@-o-keyframes pulses {
    0% {
        -o-transform: scale(1);
    }

    25% {
        -o-transform: scale(1.1);
    }

    50% {
        -o-transform: scale(1);
    }

    100% {
        -o-transform: scale(1);
    }
}

@keyframes pulses {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.companyname {
    font-size: 25px;
}

.largemodalpopup {
    width: 90%;
    max-width: 1050px;
}

.border {
    border: 1px solid #EAEAEA;
    box-shadow: 3px 3px 3px #888888;
}

.p100 {
    width: 100%;
}

.p90 {
    width: 90%;
}

.p80 {
    width: 80%;
}

.p70 {
    width: 70%;
}

.p60 {
    width: 60%;
}

.p50 {
    width: 50%;
}

.p40 {
    width: 40%;
}

.p30 {
    width: 30%;
}

.p20 {
    width: 20%;
}

.p10 {
    width: 10%;
}

.p95 {
    width: 95%;
}

.p85 {
    width: 85%;
}

.p75 {
    width: 75%;
}

.p65 {
    width: 65%;
}

.p55 {
    width: 55%;
}

.p45 {
    width: 45%;
}

.p35 {
    width: 35%;
}

.p25 {
    width: 25%;
}

.p15 {
    width: 15%;
}

.p91 {
    width: 91%;
}

.p81 {
    width: 81%;
}

.p71 {
    width: 71%;
}

.p61 {
    width: 61%;
}

.p11 {
    width: 11%;
}

.p41 {
    width: 41%;
}

.p31 {
    width: 31%;
}

.p21 {
    width: 21%;
}

.p11 {
    width: 11%;
}

.p92 {
    width: 92%;
}

.p82 {
    width: 82%;
}

.p72 {
    width: 72%;
}

.p62 {
    width: 62%;
}

.p22 {
    width: 22%;
}

.p42 {
    width: 42%;
}

.p32 {
    width: 32%;
}

.p22 {
    width: 22%;
}

.p12 {
    width: 12%;
}

.p93 {
    width: 93%;
}

.p83 {
    width: 83%;
}

.p73 {
    width: 73%;
}

.p63 {
    width: 63%;
}

.p33 {
    width: 33%;
}

.p43 {
    width: 43%;
}

.p33 {
    width: 33%;
}

.p23 {
    width: 23%;
}

.p13 {
    width: 13%;
}

.p94 {
    width: 94%;
}

.p84 {
    width: 84%;
}

.p74 {
    width: 74%;
}

.p64 {
    width: 64%;
}

.p44 {
    width: 44%;
}

.p44 {
    width: 44%;
}

.p34 {
    width: 34%;
}

.p24 {
    width: 24%;
}

.p14 {
    width: 14%;
}

.p96 {
    width: 96%;
}

.p86 {
    width: 86%;
}

.p76 {
    width: 76%;
}

.p66 {
    width: 66%;
}

.p66 {
    width: 66%;
}

.p46 {
    width: 46%;
}

.p36 {
    width: 36%;
}

.p26 {
    width: 26%;
}

.p16 {
    width: 16%;
}

.p97 {
    width: 97%;
}

.p87 {
    width: 87%;
}

.p77 {
    width: 77%;
}

.p67 {
    width: 67%;
}

.p77 {
    width: 77%;
}

.p47 {
    width: 47%;
}

.p37 {
    width: 37%;
}

.p27 {
    width: 27%;
}

.p17 {
    width: 17%;
}

.p98 {
    width: 98%;
}

.p88 {
    width: 88%;
}

.p78 {
    width: 78%;
}

.p68 {
    width: 68%;
}

.p88 {
    width: 88%;
}

.p48 {
    width: 48%;
}

.p38 {
    width: 38%;
}

.p28 {
    width: 28%;
}

.p18 {
    width: 18%;
}

.p99 {
    width: 99%;
}

.p89 {
    width: 89%;
}

.p79 {
    width: 79%;
}

.p69 {
    width: 69%;
}

.p99 {
    width: 99%;
}

.p49 {
    width: 49%;
}

.p39 {
    width: 39%;
}

.p29 {
    width: 29%;
}

.p19 {
    width: 19%;
}

.bold {
    font-weight: bold;
}

.black_overlay {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

#loading {
    display: none;
    position: absolute;
    top: 30%;
    left: 40%;
    padding: 16px;
    width: 250px;
    z-index: 1002;
    overflow: auto;
    background-image: url(../Images/ajax_loader.gif);
    background-repeat: no-repeat;
    height: 100%;
}
.namecolor{
    color: white;
}
