﻿
.help {
    background-color: lightyellow;
    padding: 10px;
    border-radius: 7px;
    font-size: 10pt;
    color: #666666;
    margin-bottom: 10px;
    border: solid 1px #f2e380;
}
.approved0, .approved1 {
    background-size:contain;
    width:50px;
    height:50px;
    position:absolute;
    right:-2px;
    bottom:-1px;
}
.approved0{
    background-image:url(/images/wait.png);
}
.approved1 {
    background-image: url(/images/approved.png);
}


.userbutton {
    width: 23px;
    height: 23px;
    background-image: url(/images/icon-user-white.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 11px;
    float: left;
    margin-right: 10px;
    margin-top: 6px;
}

body {
    zfont-family: 'Open Sans', sans-serif;
    font-family: 'Hind Siliguri', sans-serif;
}

.mainlogo {
    width: 100px;
    position: absolute;
    z-index: 1000;
    top: 15px;
    left: 100px;
    top: -1px;
}

.nav-link {
    padding: .5rem .4rem !important;
}


img {
    image-orientation:none !important;
}
.navbar {
    /*
    border-radius:0px !important;
    margin-bottom:0px !important;
        box-shadow: 0px 2px 7px #eaeaea;
        border-bottom: solid 1px #dbdbdb;
         margin-bottom: 30px !important;
        */
}
.navbar-brand{
  
}
h1, h2, h3, h4, h5 {
    xcolor: #007bff;
    color:white !important;
}

.newsitem{
    border:solid 1px #777777;
    padding:10px;
    margin-bottom:10px;
    box-shadow: 2px 2px 5px #eaeaea;

}
.page-footer {
    background-color: #ffffff;
    color: #a9acac;
    /* box-shadow: 0px -2px 7px #eaeaea; */
    border-top: solid 2px #dbdbdb;
    border-bottom: solid 1px #dbdbdb;
    xmargin-top: 30px !important;
    font-size: 10pt;
}
    .page-footer a {
        color: #a9acac !important;
        font-weight: 500;
    }
.function {
    
    padding: 8px;
    display: block;
    /* background-color: #007bff; */
    /* text-align: center; */
    color: white !important;
    xmargin-bottom: 6px;
    cursor: pointer;
    /* background-image: url(/images/icon-camera.png); */
    background-size: 39px;
    background-repeat: no-repeat;
    background-position: 7px center;
    xborder-top-left-radius: 20px;
    xborder-bottom-left-radius: 20px;
    padding-left: 75px;
    font-size: 12pt;
    border-bottom: solid 1px #163136;
}
    .function:hover {
        background-color: #17a2b8;
        color: white;
        text-decoration: none;
    }
.adminfunction{
    background-color: #ff5722;
}
.adminfunction:hover{
    background-color: #fb6738;
}


.clientnav {
    background-color: white;
    color: #343a40;
    margin-top: -5px;
    margin-bottom: 20px;
    padding: 10px;
}
.clientportaljobname {
    float: left;
    display: inline-block;
    font-size: 20pt;
    margin-top: 10px;
    
}
.clientportallogo {
    float: right;
    height:60px;
    
}
.clientbutton{

}
.clientbuttonhome{

}
.clientbuttonselected, .clientbuttonselected:hover {
    background-color: #eeeeee !important;
    color: #343a40;
    border-color: #eeeeee;
    cursor: default !important;
    /* font-size: 16pt; */
    /* height: 75px; */
    /* line-height: 59px; */
    height: 60px;
    margin-top: 21px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}
    
    @media screen and (max-width: 992px) {
        .clientportallogo, .clientportaljobname {
            float: none;
            margin-left: auto;
            margin-right: auto;
            display: block;
            text-align: center;
        }

        .clientbutton {
            display: none;
        }

        .clientbuttonhome {
            width: auto;
        }

        .mainlogo {
            margin-right: auto;
            margin-left: auto;
            left: 0px;
            right: 0px;
            top: -2px;
        }
    }


