﻿md-input-container.md-default-theme .md-placeholder, md-input-container .md-placeholder, md-input-container.md-default-theme label, md-input-container label {
    color: rgba(0,0,0, 0.6);
}

.bootbox.modal {
    z-index: 9999999999 !important;
}
.form-control{
    font-size:1.5rem;
}
.btn {
    font-size: 1.5rem;
}
.isDisabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}

.clrRed {
    color: orangered;
    font-style: italic;
}

body {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    background-color: #f2f2f2;
    font-size: 14px;
}

.logoSize {
    margin-top: 10px;
    /*width: 100px;
	height: 100px;*/
    min-width: 9vw;
}

.md-sidenav-left {
    background-color: #e6f7ff;
    margin-top: 0px;
    text-align: center;
}

.sideColor {
    background-color: #e6f7ff;
}

.photoSize {
    width: 125px;
    height: 125px;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.dispNone {
    display: none;
}

.error {
    color: orangered;
    font-weight: normal;
}

.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.menuIcon {
    font-size: large;
}

.bdyImg {
    background-image: url('images/pattern1.jpg');
}

.top10 {
    margin-top: 10px;
}

.top20 {
    margin-top: 20px;
}


.top40 {
    margin-top: 40px;
}

.gap5 {
    padding: 5px;
}

.gap1 {
    padding: 1px;
}

.gap15 {
    padding: 15px;
}

.bottom20 {
    margin-bottom: 20px;
}

#header {
    background-color: forestgreen;
    color: #fff;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#footer {
    background-color: #ebebe0;
    color: #4e4e32;
    border-top: 1px solid #a7a7a7;
}


.box_inner {
    box-shadow: inset 0px 0px 10px rgba(0,0,0,0.9);
}

#runTxt {
    height: 30px;
    padding: 5px;
    font-size: medium;
    overflow: hidden;
}

    #runTxt a {
        font-size: medium;
    }

h7 {
    font-size: x-large;
    font-weight: bold;
    text-align: center;
    font-style: italic;
    color: #990000;
}

h8 {
    font-size: large;
    font-weight: bold;
    text-align: center;
    font-style: italic;
    font-family: "Comic Sans MS", cursive, sans-serif;
}


#notification {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 15px;
    text-align: justify;
}

    #notification a {
        color: #0000b3;
    }


.quicklink {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: medium;
}

    .quicklink li {
        padding: 5px;
    }

    .quicklink a {
        font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
        color: #4e4e32;
    }

        .quicklink a:hover {
            font-style: italic;
            text-decoration: none;
        }

.borderRight {
    border-right: 1px solid #f2f2f2;
}

m {
    color: Red;
    font-size: large;
}

.boxBottom {
    -webkit-box-shadow: 0 12px 8px -4px #b3cccc;
    -moz-box-shadow: 0 12px 8px -4px #b3cccc;
    box-shadow: 0 12px 8px -4px #b3cccc;
}

.leftLine {
    border-left: 1px solid #999999;
}

.rightLine {
    border-right: 1px solid #999999;
}


/*fixed header table */

.scrollable-area {
    margin: 5em auto 0 auto;
    width: 900px;
    height: 50em;
    border: 2px solid #FFC234;
    padding: 0 20px 20px 20px;
    overflow: auto;
    -webkit-box-shadow: 2px 2px 10px rgba(50, 50, 50, 0.9);
    -moz-box-shadow: 2px 2px 10px rgba(50, 50, 50, 0.9);
    box-shadow: 2px 2px 10px rgba(50, 50, 50, 0.9);
}

.p1 {
    font-weight: bolder;
    font-size: 25px;
}

.p2 {
    font-weight: bolder;
    font-size: 23px;
}

.p4 {
    font-weight: bolder;
    font-size: 18px;
}

.topGap10 {
    padding-top: 10px;
}

.gap10 {
    padding: 10px;
}



.w100p {
    width: 100%;
}

.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

.progressBar {
    position: fixed;
    text-align: center;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999999;
    background-color: #808080;
    opacity: 0.5;
}

    .progressBar .txt {
        border-width: 0px;
        position: fixed;
        padding: 50px;
        font-size: 36px;
        left: 40%;
        top: 40%;
        color: #fff;
    }

table > tbody > tr > td > md-input-container, md-select {
    margin: 0px 0px !important;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

blink {
    -webkit-animation: 1s linear infinite condemned_blink_effect;
    animation: 1s linear infinite condemned_blink_effect;
}

@-webkit-keyframes condemned_blink_effect {
    0% {
        visibility: hidden;
    }

    50% {
        visibility: hidden;
    }

    100% {
        visibility: visible;
    }
}

@keyframes condemned_blink_effect {
    0% {
        visibility: hidden;
    }

    50% {
        visibility: hidden;
    }

    100% {
        visibility: visible;
    }
}


/*******Menu*******/
.skew-menu {
    text-align: center;
    margin-top: 5px;
}

    .skew-menu ul {
        display: inline-block;
        margin: 0;
        padding: 0;
        list-style: none;
        transform: skew(-25deg);
    }

        .skew-menu ul li {
            background: #fff;
            float: left;
            border-right: 1px solid #eee;
            box-shadow: 0 1px 1px rgba(0,0,0,0.1);
            text-transform: uppercase;
            color: #555;
            transition: all 0.3s linear;
        }

            .skew-menu ul li:first-child {
                border-radius: 7px 0 0 7px;
            }

            .skew-menu ul li:last-child {
                border-right: none;
                border-radius: 0 7px 7px 0;
            }

            .skew-menu ul li:hover {
                background: #eee;
                color: orangered;
            }

            .skew-menu ul li a {
                display: block;
                padding: 6px;
                height: auto;
                color: inherit;
                text-decoration: none;
                transform: skew(25deg);
                font-size: small;
            }

div.wrapper {
    overflow: hidden;
    /*white-space: nowrap;*/
    /*border: 1px solid red;*/
    /*font-size: 0px;*/
    /*background-color: blue;*/
}

div.inline {
    display: inline-block;
    background-color: blue;
    color: white;
    margin: 0;
    padding: 0;
    border: 1px solid blue;
    font-size: 12px;
}
.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
    margin-right: 10px;
    cursor: pointer;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: white;
    cursor: default;
    background-color: black;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
body {
    background-color: #fafafa;
}
.loader1 {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}