:root{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";    
}

h1 {
    font-family: Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
    border-bottom: 1px solid #AFAFAF; 
    font-size:  16px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    color: #D20005;
}
.topbar-icons{
    margin-left: 10px;
    margin-right: 10px;
}

.sidenav {
    height: 100%;
    width: 100%;
    left: 0;
    background-color: #222d32;
    overflow-x: hidden;
    transition: 0.5s;
    padding: 10px;
    margin: 0;    
}

.sidenav a {
    text-decoration: none;
    display: block;
    transition: 0.3s;
}

.sidenav li {
    text-decoration: none;
    display: block;
    transition: 0.3s;   
}

.sidenav > li > a {
    padding: 12px 5px 12px 15px;
    display: block;
    border-left: 3px solid transparent;
    color: #b8c7ce; 
}
.sidenav > li:hover > a, .sidenav > li.active > a {
    color: #fff;
    background: #1e282c;
    border-left-color: #3c8dbc; 
}
.children li a:hover {
    padding-left: 30px;
    color: #fff;

    border-left-color: #3c8dbc; 
}

.children > li > a {
    padding: 5px 5px 5px 5px;
    display: block;
    color: #8aa4af; 
}

.children{
    display: none;
    list-style: none;
    padding-left: 5px;
    margin: 0 1px;
    background: #2c3b41;  
    color: #8aa4af;    
}

.parent{
    display: block;
    border-left: 3px solid transparent;
    color: #b8c7ce;     
}

.side-avatar img{
    margin-top: 25px;
    margin-bottom: 10px;    
    width: 75px;
    height: 75px;
    border: 3px solid #fff;
}

ul {
    padding: 0;
    margin: 0;
}

a.closebtn {    
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 18px;
    margin-left: 50px;
    color: #b8c7ce; 
    display: none;    
}
a:link.closebtn, a:visited.closebtn {
    color: #b8c7ce; 
}

a:link:hover.closebtn, a:visited:hover.closebtn  {
    color: #b8c7ce; 
}

.card  {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card > hr {
    margin-right: 0;
    margin-left: 0;
}

.card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
}

.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
    border-top: 0;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    background: white;
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background: white;    
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-deck {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .card-deck .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.card-group > .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .card-group > .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-img-top,
    .card-group > .card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-img-bottom,
    .card-group > .card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-img-top,
    .card-group > .card:not(:first-child) .card-header {
        border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-img-bottom,
    .card-group > .card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0;
    }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }
    .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-img-top,
    .card-group > .card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-img-bottom,
    .card-group > .card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-img-top,
    .card-group > .card:not(:first-child) .card-header {
        border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-img-bottom,
    .card-group > .card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0;
    }
}

h4{
    margin-top: 8px; 
    margin-bottom: 8px;
}

.card-login {
    max-width: 25rem;
}
.info-label{
    background-color: #fff9c8 ;
}
.english-data{
    background-color: #E8F5E9 ;
}

.marathi-data{
    background-color: #E0F7FA ;
}

.info{
    background-color: #00bfa6 ;
    color: white ;
}

.ui-growl {
    width: available;
}

.ui-growl-message {
    width: available;
}            

.inputWithIcon input[type="text"] {
    padding-left: 24px;
}

.inputWithIcon {
    position: relative;
}

.inputWithIcon i {
    position: absolute;
    padding: 9px 8px;
    color: #738183;
    font-size: 16px;
}

th {
    background: #f8f9fa;
}            
.card {
    border-radius: 4px;
    border: 0 none;
    margin-bottom: 2rem;
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    border-radius: 4px; 
}

h4 {
    font-size: 1.5rem; 
}
body .ui-dialog .ui-dialog-titlebar {                
    background-color: #4184f3;
    color: #ffffff ;
    border-color: #4184f3;
}

body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-icon{
    color: #ffffff;
}

/*Row Editor icon color*/
body .ui-row-editor .ui-icon {
    color: #1b81d7;
}            

body .ui-row-editor .ui-icon-check {
    color: #1b81d7;
}            

body .ui-row-editor .ui-icon-close {
    color: #1b81d7;
}

body .info-list{
    background-color: #f9fbe7 ;
}

.multilineOutput {
    white-space: pre-wrap;
}
/*Copied from Primefaces Diamond CSS*/
/*success-button*/
body .ui-button.success-button, body .ui-splitbutton.success-button > .ui-button {
    background: #689F38;
    color: #ffffff;
    border: 1px solid #689F38; }
body .ui-button.success-button.ui-state-hover, body .ui-splitbutton.success-button > .ui-button.ui-state-hover {
    background: #5e8f32;
    color: #ffffff;
    border-color: #5e8f32; }
body .ui-button.success-button.ui-state-focus, body .ui-splitbutton.success-button > .ui-button.ui-state-focus {
    box-shadow: 0 0 0 0.2rem #c2e0a8; }
body .ui-button.success-button.ui-state-active, body .ui-splitbutton.success-button > .ui-button.ui-state-active {
    background: #537f2d;
    color: #ffffff; }
body .ui-button.success-button.outlined-button, body .ui-splitbutton.success-button > .ui-button.outlined-button {
    background-color: transparent;
    color: #689F38;
    border: 1px solid; }
body .ui-button.success-button.outlined-button:enabled:hover, body .ui-splitbutton.success-button > .ui-button.outlined-button:enabled:hover {
    background: rgba(104, 159, 56, 0.04);
    color: #689F38;
    border: 1px solid; }
body .ui-button.success-button.outlined-button:enabled:active, body .ui-splitbutton.success-button > .ui-button.outlined-button:enabled:active {
    background: rgba(104, 159, 56, 0.16);
    color: #689F38;
    border: 1px solid; }
body .ui-button.success-button.text-button, body .ui-splitbutton.success-button > .ui-button.text-button {
    background-color: transparent;
    color: #689F38;
    border-color: transparent; }
body .ui-button.success-button.text-button:enabled:hover, body .ui-splitbutton.success-button > .ui-button.text-button:enabled:hover {
    background: rgba(104, 159, 56, 0.04);
    border-color: transparent;
    color: #689F38; }
body .ui-button.success-button.text-button:enabled:active, body .ui-splitbutton.success-button > .ui-button.text-button:enabled:active {
    background: rgba(104, 159, 56, 0.16);
    border-color: transparent;
    color: #689F38; }

/*danger-button*/
/*Copied from Primefaces Diamond CSS*/
body .ui-button.danger-button, body .ui-splitbutton.danger-button > .ui-button {
    background: #D32F2F;
    color: #ffffff;
    border: 1px solid #D32F2F; }
body .ui-button.danger-button.ui-state-hover, body .ui-splitbutton.danger-button > .ui-button.ui-state-hover {
    background: #c02929;
    color: #ffffff;
    border-color: #c02929; }
body .ui-button.danger-button.ui-state-focus, body .ui-splitbutton.danger-button > .ui-button.ui-state-focus {
    box-shadow: 0 0 0 0.2rem #edacac; }
body .ui-button.danger-button.ui-state-active, body .ui-splitbutton.danger-button > .ui-button.ui-state-active {
    background: #aa2424;
    color: #ffffff;
    border-color: #aa2424; }
body .ui-button.danger-button.outlined-button, body .ui-splitbutton.danger-button > .ui-button.outlined-button {
    background-color: transparent;
    color: #D32F2F;
    border: 1px solid; }
body .ui-button.danger-button.outlined-button:enabled:hover, body .ui-splitbutton.danger-button > .ui-button.outlined-button:enabled:hover {
    background: rgba(211, 47, 47, 0.04);
    color: #D32F2F;
    border: 1px solid; }
body .ui-button.danger-button.outlined-button:enabled:active, body .ui-splitbutton.danger-button > .ui-button.outlined-button:enabled:active {
    background: rgba(211, 47, 47, 0.16);
    color: #D32F2F;
    border: 1px solid; }
body .ui-button.danger-button.text-button, body .ui-splitbutton.danger-button > .ui-button.text-button {
    background-color: transparent;
    color: #D32F2F;
    border-color: transparent; }
body .ui-button.danger-button.text-button:enabled:hover, body .ui-splitbutton.danger-button > .ui-button.text-button:enabled:hover {
    background: rgba(211, 47, 47, 0.04);
    border-color: transparent;
    color: #D32F2F; }
body .ui-button.danger-button.text-button:enabled:active, body .ui-splitbutton.danger-button > .ui-button.text-button:enabled:active {
    background: rgba(211, 47, 47, 0.16);
    border-color: transparent;
    color: #D32F2F; }

/*secondary-button*/
/*Copied from Primefaces Diamond CSS*/
body .ui-button.secondary-button, body .ui-splitbutton.secondary-button > .ui-button {
    background: #607D8B;
    color: #ffffff;
    border: 1px solid #607D8B; }
body .ui-button.secondary-button.ui-state-hover, body .ui-button.secondary-button:not(:disabled):hover, body .ui-splitbutton.secondary-button > .ui-button.ui-state-hover, body .ui-splitbutton.secondary-button > .ui-button:not(:disabled):hover {
    background: #56717d;
    border-color: #56717d;
    color: #ffffff; }
body .ui-button.secondary-button.ui-state-focus, body .ui-splitbutton.secondary-button > .ui-button.ui-state-focus {
    box-shadow: 0 0 0 0.2rem #beccd2; }
body .ui-button.secondary-button.ui-state-active, body .ui-button.secondary-button:active, body .ui-splitbutton.secondary-button > .ui-button.ui-state-active, body .ui-splitbutton.secondary-button > .ui-button:active {
    background: #4d646f;
    border-color: #4d646f;
    color: #ffffff; }
body .ui-button.secondary-button.outlined-button, body .ui-splitbutton.secondary-button > .ui-button.outlined-button {
    background-color: transparent;
    color: #607D8B;
    border: 1px solid; }
body .ui-button.secondary-button.outlined-button:enabled:hover, body .ui-splitbutton.secondary-button > .ui-button.outlined-button:enabled:hover {
    background: rgba(96, 125, 139, 0.04);
    color: #607D8B;
    border: 1px solid; }
body .ui-button.secondary-button.outlined-button:enabled:active, body .ui-splitbutton.secondary-button > .ui-button.outlined-button:enabled:active {
    background: rgba(96, 125, 139, 0.16);
    color: #607D8B;
    border: 1px solid; }
body .ui-button.secondary-button.text-button, body .ui-splitbutton.secondary-button > .ui-button.text-button {
    background-color: transparent;
    color: #607D8B;
    border-color: transparent; }
body .ui-button.secondary-button.text-button:enabled:hover, body .ui-splitbutton.secondary-button > .ui-button.text-button:enabled:hover {
    background: rgba(96, 125, 139, 0.04);
    border-color: transparent;
    color: #607D8B; }
body .ui-button.secondary-button.text-button:enabled:active, body .ui-splitbutton.secondary-button > .ui-button.text-button:enabled:active {
    background: rgba(96, 125, 139, 0.16);
    border-color: transparent;
    color: #607D8B; 
}

/*Loader CSS */
.loader-wrapper {
    position: fixed;
    z-index: 9999;
    background: #fff;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.loader-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 0 0 0 5px #0D47A1;
    overflow: hidden;
}

.loader-wave {
    position: relative;
    width: 100%;
    height: 100%;
    background: #0D47A1;
    border-radius: 50%;
    box-shadow: inset 0 0 50px rgba(0, 0, 0, .5);
}

.loader-wave:before,
.loader-wave:after {
    content: '';
    position: absolute;
    width: 200%;
    height: 200%;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -75%);
}

.loader-wave:before {
    border-radius: 45%;
    background: rgba(255,255,255,1);
    animation: animate 5s linear infinite;
    -webkit-animation: animate 5s linear infinite;
    -ms-animation: animate 5s linear infinite;
    -moz-animation: animate 5s linear infinite;
}

.loader-wave:after {
    border-radius: 40%;
    background: rgba(255,255,255,.5);
    animation: animate 10s linear infinite;
    -webkit-animation: animate 10s linear infinite;
    -ms-animation: animate 10s linear infinite;
    -moz-animation: animate 10s linear infinite;
}

@keyframes animate {
    0% { transform: translate(-50%, -75%) rotate(0deg) }
    100% { transform: translate(-50%, -75%) rotate(360deg) }
}

@-webkit-keyframes animate {
    0% { transform: translate(-50%, -75%) rotate(0deg) }
    100% { transform: translate(-50%, -75%) rotate(360deg) }
}

.form-control {
    display:block;
    width:100%;
    padding:.375rem .75rem;
    font-size:1rem;
    font-weight:400;
    line-height:1.5;
    color:#212529;
    background-color:#fff;
    background-clip:padding-box;
    border:1px solid #ced4da;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    border-radius:.375rem;
    transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;    
}
