body{
    font-family: Montserrat!important;
}
footer{
    background-color: white !important;
}
.footericons a{
    display: inline-block !important;
    padding-left: 3px;
}
.footertext a:hover{
    text-decoration: underline !important;
}
.ui-dialog-titlebar{
    background-color: rgb(33, 150, 243) !important;
    color: rgb(255, 255, 255) !important;
}
.ui-dialog-titlebar .ui-dialog-title{
    font-weight: normal !important;
    color: white !important;
    font-size: 16px !important;
}
.ui-dialog-titlebar-close{
    background-color: white !important;
    color: rgb(33, 150, 243) !important;
}
.ui-dialog-titlebar-close:hover{
    background-color: white !important;
    color: rgb(33, 150, 243) !important;
}
.t-Footer-top{
    display: none !important;
}
/* ------------- tooltip css -------------------- */
[data-title]:hover:after {
    opacity: 0.9;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}
[data-title]:after {
    content: attr(data-title);
    font-size: 10px;
    font-family: Montserrat!important;
    position: absolute;
    bottom: -1.6em;
    left: 100%;
    padding: 4px 8px 4px 8px;
    white-space: nowrap;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 4px #666;
    -webkit-box-shadow: 0px 0px 4px #666;
    box-shadow: 0px 0px 4px #666;
    background-color: #337ab7!important;
    color: white;
    opacity: 0;
    z-index: 99999;
    visibility: hidden;
}
[data-title] {
    position: relative;
}

btn{
    border: 0px;
    border-style: none;
    background-color: rgb(51, 122, 183) !important;
    color: white !important;
}
btn:hover{
    background-color: rgba(51, 122, 183, 0.7) !important;
}
#t_TreeNav {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#t_TreeNav ul {
    flex: 1 0 auto;
}

div.javainhand{
    flex: 0 0 auto;
    padding-left: 15px !important;
}

#t_PageBody.apex-side-nav.js-navCollapsed .javainhand {
   display: none;
}

.side_image {
    border-radius: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 55%;
} 

butn{
    background-color: rgb(51, 122, 183) !important;
    color: white !important;
}

#R87990380452583404{
    background: white;
    padding-top: 5px;
}
/* --------------------- Task bar ----------------------- */
.t-Header-logo-link img{
    max-height: 50px !important;
    width: 193px !important;
}
.t-Header-branding{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    background: #093170!important;
}
.apex-logo-text{
    font-weight: normal !important;
    font-size: 15px !important;
}
/* ---------------- Success popup ----------------------- */
.t-Alert--success button{
    background-color: black !important;
    color: white !important;
}
.t-Alert--success button:hover{
    background-color: black !important;
    color: white !important;
}
/*----------------- table css --------------*/
.t-Report-report tr:nth-child(even){
    background-color: rgba(153, 188, 219, 0.4);
}
.t-Report-report th{
    font-weight: normal !important;
    color: #337ab7;
}
/* ---------------- Warning popup ----------------------- */
.t-Alert--warning button{
    background-color: black !important;
    color: white !important;
}
.t-Alert--warning button:hover{
    background-color: black !important;
    color: white !important;
}
.t-Alert--warning h2{
    display: none !important;
}
/* --------------------- Dialog / popup style ------------------- */
.t-Region-buttons-left button{
    background-color: rgb(51, 122, 183) !important;
    color: white !important;
}
.t-Region-buttons-left button:hover{
    background-color: rgba(51, 122, 183, 0.7) !important;
}
.t-Region-buttons-right button{
    background-color: rgb(51, 122, 183) !important;
    color: white !important;
}
.t-Region-buttons-right button:hover{
    background-color: rgba(51, 122, 183, 0.7) !important;
}
.t-Alert--warning a:hover{
    text-decoration: none !important;
    cursor: auto !important;
}
/* --------------------------- wizard header ------------------------- */
.t-Wizard-header h1{
    font-weight: normal !important;
    text-align: left !important;
    padding-left: 15px !important;
    font-size: 18px !important;
    color: rgb(51, 122, 183) !important;
}
/* ------------------- wizard region ------------------------------ */
.t-Region-title {
    color: rgb(51, 122, 183) !important;
    font-weight: normal !important;
    font-size: 18px !important;
}
/* ----------------------------- no data found ----------------------- */
.nodatafound{
    text-align: center;
    font-size: 18px;
}
/* -------------------- Drawer buttons css -------------------- */
.t-Drawer-footer button{
    background-color: rgb(51, 122, 183) !important;
    color: white !important;
}