﻿@media(max-width:320px) {
    .h8 {
        font-size: 11px
    }

    .h7 {
        font-size: 13px
    }

    ::placeholder {
        font-size: 10px
    }
}
.row {
    background-color: white;
}
.radioButtonList input[type="radio"] {
    width: auto;
    float: left;
}
.floating-form {
    width: 320px;
}
input:focus {
    background-color: #fff2b4 !important;
}
/****  floating-Lable style start ****/
.floating-label {
    position: relative;
    margin-bottom: 20px;
}

.floating-input, .floating-select {
    font-size: 14px;
    padding: 4px 4px;
    display: block;
    width: 100%;
    height: 30px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #757575;
}

    .floating-input:focus, .floating-select:focus {
        outline: none;
        border-bottom: 2px solid #5264AE;
    }

.floating-label > label {
    color: #999;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 5px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.floating-input:focus ~ label, .floating-input:not(:placeholder-shown) ~ label {
    top: -18px;
    font-size: 14px;
    color: #5264AE;
}

.floating-select:focus ~ label, .floating-select:not([value=""]):valid ~ label {
    top: -18px;
    font-size: 14px;
    color: #5264AE;
}

/* active state */
.floating-input:focus ~ .bar:before, .floating-input:focus ~ .bar:after, .floating-select:focus ~ .bar:before, .floating-select:focus ~ .bar:after {
    width: 50%;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.floating-textarea {
    min-height: 30px;
    max-height: 260px;
    overflow: hidden;
    overflow-x: hidden;
}

/* highlighter */
.highlight {
    position: absolute;
    height: 50%;
    width: 100%;
    top: 15%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */
.floating-input:focus ~ .highlight, .floating-select:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* animation */
@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

/****  floating-Lable style end ****/

.radioButtonList label {
    width: auto;
    display: inline !important;
    float: left !important;
    font-size: 1em !important;
    /* color: #0367B2 !important; */
    /* font-style: italic; */
    padding: 2px 12px !important;
    line-height:20px !important;
}
.nav-list > li > a > .menu-text{
    padding-top:2px;
}
.font-smaller{
    font-size:0.86em!important;
}
.dataTable tr th {
	font-size: 1em !important;
    height: 25pt;
    background-color: #ebebeb;
	text-align: left;
}
.docsum {
    position: fixed;
    display: block;
    bottom: 0;
    left: 1%;
    right: 0;
    margin: auto;
    z-index: 999;
    right: 0;
    background-color: #f9f9f9;
    padding: 3pt 3pt 3pt 15%;
    border-top: 2pt solid #d9d9d9;
}
    .docsum .total {
        font-size: 14pt;
        text-align: center;
        background-color: #000000;
        color:white;
    }
    body {
        font-family: Arial, Sans;
        margin: 0;
    }
.table input[type=text] {
    background-color: transparent !important;
    color: black !important;
    border: 0 !important;
    border-bottom: 1px dotted gray !important;
    padding: 0 !important;
    padding-left: 2px !important;
    text-align:left;
}
.table input[type=number] {
    background-color: transparent !important;
    color: black !important;
    border: 0 !important;
    border-bottom: 1px dotted gray !important;
    padding: 0 !important;
    padding-left: 2px !important;
    text-align: right;
}
.table-count {
    color: #282828;
    display: inherit;
    border: 0;
    font-size: 11pt;
    font-weight: bold;
}
.table-caption {
    color: #686868;
    font-size: 7pt;
    font-weight: 700;
    display: block;
    background: #e9e9e9;
    padding: 3pt 3pt 2pt;
}
.table-per {
    background-color: #f3f3f3 !important;
    color: #b3b3b3;
    border: 0;
    border-bottom: 1px dotted gray;
    font-size: smaller;
}
.table-indicator-normal {
    background-color: cornsilk;
}
.table-indicator-low {
    background-color: #ffe2d5;
}
.table-indicator-medium {
    background-color: #ffd7cb;
}
.table-indicator-high {
    background-color: #ffdbe7;
}
.table input[type=text]:focus, input[type=number]:focus {
    color: black;
    border-bottom: 1px dotted black !important;
    background-color: #fff2b9 !important;
}
.table input[type=text]:read-only, input[type=text]:disabled {
    color: #cfcfcf !important;
    border: 0!important;
}
.table-footer {
    background-color: #e8f6ff;
}
.action-titlebar {
    padding: 3px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2PX DOTTED #438eb9;
    display: block;
}
.wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    text-align: center;
    transform: translateX(-50%);
}

.spanner {
    position: absolute;
    top: 30%;
    left: 0;
    /*background: #2a2a2a55;*/
    width: 100%;
    display: block;
    text-align: center;
    height: 300px;
    color: #438eb9;
    transform: translateY(-50%);
    z-index: 1000;
    visibility: hidden;
}

.overlaymenu {
    position: fixed;
    width: 10%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    visibility: hidden;
    z-index: 9999;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    visibility: hidden;
    z-index:9999;
}
.logo{
    height:26px;
}
.logo-footer {
    height: 26px;
    position:fixed;
    top:4.5%;
    right:3%;
}
.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    color: #438eb9;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

    .loader:before,
    .loader:after {
        content: '';
        position: absolute;
        top: 0;
    }

    .loader:before {
        left: -3.5em;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .loader:after {
        left: 3.5em;
    }
.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
} 
@-webkit-keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

.show {
    visibility: visible;
}

.overlay {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    .spanner.show, .overlay.show {
        opacity: 0.5
    }

@media only screen and (max-width : 680px) {
    .cmpname {
        display: none;
    }
}
.bgc-antiquewhite {
    background-color: antiquewhite;
}
.dashboard-counter {
    display: inline-block;
    height: 66px;
    color: #555;
    background-color: #FFF;
    box-shadow: none;
    padding: 8px 3px 6px 9px;
    border-bottom: 1px dotted;
    border-color: #D8D8D8 !important;
    vertical-align: middle;
    text-align: left;
    position: relative;
}

    .dashboard-counter>.infobox-data {
        display: inline-block;
        border-width: 0;
        font-size: 11px;
        text-align: left;
        line-height: 21px;
        min-width: 130px;
        padding-left: 8px;
        position: relative;
        top: 0;
    }
        .dashboard-counter > .infobox-data > .infobox-data-number {
            display: block;
            font-size: 28px;
            margin: 2px 0 4px;
            position: relative;
            text-shadow: 1px 1px 0 rgba(0,0,0,.15);
        }
    .dashboard-counter .infobox-content {
        color: #a9a9a9;
        max-width: 140px;
    }
    .dashboard-counter > .stat.stat-success {
        color: #77C646;
    }
    .dashboard-counter > .stat {
        display: inline-block;
        position: absolute;
        right: 20px;
        top: 11px;
        text-shadow: none;
        color: #ABBAC3;
        font-size: 13px;
        padding-right: 18px;
        padding-top: 3px;
    }
        .dashboard-counter > .stat.stat-success:before {
            background-color: #77C646;
        }
        .dashboard-counter > .stat.stat-success:after {
            border-bottom-color: #77C646;
        }
        .dashboard-counter > .stat:before {
            display: inline-block;
            width: 8px;
            height: 11px;
            background-color: #ABBAC3;
            position: absolute;
            right: 4px;
            top: 7px;
        }
        .dashboard-counter > .stat:after {
            display: inline-block;
            position: absolute;
            right: 1px;
            top: -8px;
            border: 12px solid transparent;
            border-width: 8px 7px;
            border-bottom-color: #ABBAC3;
        }
/* The password message box */
#password-message {
    display: none;
    background: #ffffff;
    color: #000;
    position: absolute;
    padding: 20px;
    margin-top: 10px;
    text-align: left;
    z-index:999999;
}

    #password-message h3 {
        font-size: 15px;
        margin-top: 0;
        text-transform: uppercase;
    }

    #password-message p {
        margin: 8px 0;
    }

.valid {
    color: green;
}

    .valid:before {
        position: relative;
        left: -8px;
        content: "✔";
    }

.invalid {
    color: red;
}

    .invalid:before {
        position: relative;
        left: -8px;
        content: "✖";
    }

/* Error message style */
.error-msg {
    color: red;
    font-size: 14px;
    margin-top: 4px;
}
.field-validation-error {
    display: inline-block;
    color: #e40f0f;
    padding: 0;
    position: relative;
}

.checkBoxList {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    margin-top: 0.5em;
    display:inline-block;
}

.checkBoxList li {
    list-style: none;
    display: inline-flex;
}

    .checkBoxList label {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: block;
        padding: 3px 0px;
        padding: 0.4em;
        line-height: 1.42857143;
        white-space: nowrap;
        grid-gap: 1em;
        gap: 1em;
        font-size: 1em;
        font-weight: bold;
        cursor: pointer;
        border-radius: 0.4em;
        background-color: #e7e7e7;
        min-width: 2em;
        min-width: 8em;
        text-align: center;
    }

.checkBoxList li input[type="checkbox"]:hover + label {
    background-color: #1d3071;
    color: white;
}

.checkBoxList li input[type="checkbox"]:checked + label {
    background-color: #1d3071;
    color: white;
}

.checkBoxList li input[type="checkbox"]:disabled + label {
    color: gray;
}

.checkBoxList input {
    border: 0;
    color: inherit;
    font: inherit;
    float: right;
    display: none;
}

    .checkBoxList input[type="checkbox" i] {
        background-color: initial;
        cursor: default;
        appearance: auto;
        box-sizing: border-box;
        margin: 21px 20px 0px 5px;
        border: initial;
    }
