﻿
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'nunito sans';
    color: #0c0c0c;
    background-color: #ffffff;
    overflow-x: hidden;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    font-family: Nunito Sans;
}
.homeimg{
    height:40px;
    padding-left:5px;
}
.lbg {
    /*background-color: #f3f3f3;*/
    /*min-height: 300px;*/
    position: relative;
}

.card-img-top {
    width: 70%;
}

.logo-left {
    width: 156px;
    padding-left: 5px;
}

a {
    text-decoration: none;
    color: #ED0677;
}

.txt-36 {
    color: #034EA2;
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 0px;
    opacity: 1;
}

.txt-14 {
    font-size: 14px;
    font-weight: 600;
    color: #707070;
}

.empbox {
    margin-top: 15%;
    height: 100vh;
    background-color: #034EA2;
}

.empborder {
    border: 1px solid #034EA2;
    margin-top: -12%;
    /*max-block-size: fit-content;*/
    /*max-width: 100%;*/
    /*margin-left: 10px;*/
    background-color: #fff;
    position: absolute;
    min-width: 97%;
    box-sizing: border-box;
}


.emp_img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 1px solid #707070;
    margin: auto;
}

    .emp_img img {
        width: 110px;
        height: 100%;
        /*object-fit: cover;*/
        border-radius: 50%;
    }

.emp_name {
    padding: 15px 0 5px;
    width: 100%;
    font-size: 0.9em;
    font-weight: bold;
}

.col {
    padding: 15px;
}

.card {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
    padding: 8px 16px;
    border-radius: 0;
    /*height: 240px;*/
}

.txt-12 {
    font-size: 0.75rem;
}

.mt-80 {
    margin-top: 75px;
}

.reset {
    background-color: #034EA2;
    /*width: 40px;*/
    text-align: center;
    /*margin: 10px;*/
    border-radius: 3px;
    padding: 6px;
}

.resetimg {
    width: 17px;
}

.nav-item {
    display: flex;
    align-items: baseline;
}

.nav-item {
    margin-right: 5px;
}

.drpbtn {
    background-color: #fff;
    border: 1px solid #034EA2;
    padding: 5px;
    color: #C1C6CE;
}

    .drpbtn:hover, .drpbtn:focus {
        border: 1px solid #034EA2;
        outline:none;
        box-shadow:none;
    }
.form-control:focus {
    outline:none;
    box-shadow: none;
    border:1px solid #034EA2;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.4em + 0.75rem + 2px);
    padding: 0.2rem 0.7rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #034EA2;
    border-radius: 0;
    transition: none;
    margin-right: 5px;
}

.navbar-light .navbar-nav .nav-link {
    color: #333;
}

    .navbar-light .navbar-nav .nav-link:hover {
        color: #ED0677;
    }

.navbar {
    box-shadow: 0 12px 20px rgba(0,0,0,0.02);
}

.bg-lightgrey {
    background-color: #f9f9f9;
}

.dropdown-item:hover {
    color: #ED0677;
}

.dropdown-item:active {
    background-color: #f2f2f2;
}

.navbar-light .navbar-nav .active > .nav-link {
    color: #ED0677;
}
title{
    border:0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.02);
    border-radius: 0;
}
.menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.02);
    border-radius: 0;
}
.dropdown-item {
    padding: 0.25rem 0.5rem;
}
.item {
    padding: 0.25rem 0.5rem;
}
.item:hover {
    color: #ED0677;
}
    .item:active {
        background-color: #f2f2f2;
    }
/* 
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
    .card{
        height:240px;
    }
    .col{
        flex:0 0 20%;
    }
}

/* 
##Device = Laptops, Desktops
##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  .empbox {
    background-color: #034EA2;
}   
     
}

/* Landscape */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
     .emp_img {
    width: 75px;
    height: 75px;
}
  .emp_img img {
    width: 75px;
    height: 100%;
}
  .col {
    flex: 0 0 20%;
}
  .col {
    padding: 10px;
}
  .emp_name {
    font-size: 0.8em;
}
  .card {
    height: 180px;
}
  .txt-12 {
    font-size: 0.6rem;
}
}

/* 
##Device = Tablets, Ipads (portrait)
##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
    .navbar-toggler {
        font-size: 0.8rem;
    }
    .col{
        flex:0 0 25%;
    }
    .navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: revert;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    float: inline-end;
}
    .mr-2{
        margin-right:0 !important;
    }
    .nav-item {
    margin-right: 0px !important;
}
    .mt-80 {
    margin-top: 80px;
}
    .txt-36 {
        font-size: 26px;
    }
    .txt-14 {
        font-size: 12px;
    }
    .empbox {
        margin-top: 14%;
       background-color: #034EA2;
    }
    .emp_img {
        width: 60px;
        height: 60px;
    }
        .emp_img img {
            width: 60px;
            height: 100%;
        }
    .emp_name {
        font-size: 0.65em;
    }
    .txt-12 {
    font-size: 0.58rem;
}
    .card {
        padding: 10px;
        height: 160px;
    }
    .logo-left {
        width: 115px;
    }
    .homeimg {
    height: 30px;
    padding-left: 5px;
}

}
/* Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
 .empbox {
    background-color: #034EA2;
}  
 .emp_img {
    width: 75px;
    height: 75px;
}
  .emp_img img {
    width: 75px;
    height: 100%;
}
  .col {
    flex: 0 0 20%;
}
  .emp_name {
    font-size: 0.8em;
}
  .card {
    height: 200px;
}
  .txt-12 {
    font-size: 0.6rem;
}
}

/* 
##Device = Tablets, Ipads (landscape)
##Screen = B/w 768px to 1024px
*/

    @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
       .empbox {
    background-color: #034EA2;
}  
       .emp_name {
    font-size: 0.6rem;
}
       .emp_img {
    width: 55px;
    height: 55px;
}
       .emp_img img {
    width: 55px;
    height: 100%;
}
       .col {
    flex: 0 0 20%;
}
       .col {
    padding: 10px;
}
       .txt-12 {
    font-size: 0.55rem;
}
    }

/* 
##Device = Low Resolution Tablets, Mobiles (Landscape)
##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
    .container-fluid{
        padding-left:0 !important;
        padding-right:0 !important;
    }
    .navbar-toggler {
        padding: 0.25rem 0.65rem;
        font-size: 0.7rem;
    }
    .navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: revert;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    float: inline-end;
}
    .homeimg {
    height: 30px;
    padding-left: 5px;
}
     .logo-left {
    width: 125px;
    padding-left:0;
}
     .txt-36 {
    color: #034EA2;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0px;
    opacity: 1;
}
     .txt-14 {
    margin-top: 5px;
    font-size: 10px;
    font-weight: 600;
    color: #707070;
}
     .col {
    padding: 10px;
}
.col {
    flex: 0 0 25%;
}
.mt-80 {
    margin-top: 95px;
}
  .card {
        height:150px;
        padding: 8px;
    }
    .emp_name {
        font-size:9px;
    }
    .txt-12 {
    font-size: 0.50rem;
}
    .empbox {
        margin-top: 10%;
          background-color: #034EA2;
    }
   .emp_img img {
        width: 55px;
    }
    .emp_img {
        width: 55px;
        height: 55px;
    }
}

/* 
##Device = Most of the Smartphones Mobiles (Portrait)
##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
    body{
        overflow-x:hidden !important;
    }
    .container-fluid {
        width: 100%;
        /*padding-right: 10px !important;*/
        padding-left: 10px !important;
    }
    .fixed-top {
        top: -1px;
    }
    .container{
        width:100%;
        padding-right:0 !important;
        padding-left:0 !important;
    }
    .navbar-toggler {
        padding: 0.25rem 0.65rem;
        font-size: 1rem;
    }
    .lbg{
        padding-bottom:10px;
    }
    .col {
    padding: 10px;
}
    .homeimg {
    height: 38px;
    padding-left: 5px;
}
 .mt-80 {
    margin-top: 110px;
}
     .navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: revert;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    float: inline-end;
}
     .nav-item {
    margin-right: 0px !important;
}
    .mr-2{
        margin-right:0 !important;
    }
    .ml-2{
        margin-left:0 !important;
    }
    .txt-36 {
        font-size: 18px;
    }
    .txt-14 {
        font-size: 12px;
        margin-top: 22px;
    }

    .logo-left {
        width: 115px;
        padding-left:0;
    }
    .navbar {
    box-shadow: inset 0 12px 20px rgba(0,0,0,0.02);
}
  
 .empborder {
    border: 1px solid #034EA2;
    /* margin-top: -12%; */
    max-block-size: fit-content;
    max-width: 100%;
    margin-left: 0;
    /* background-color: #fff; */
    position: unset;
    /* min-width: 97%; */
    box-sizing: border-box;
}
    .card {
       /*max-width: 138px;*/
    height: 175px;
        padding: 10px; 
    }
    .emp_img img {
        width: 50px;
    }
    .emp_img {
        width: 50px;
        height: 50px;
    }
    .emp_name {
        font-size:0.7em;
    }
    .col {
    flex: 0 0 50%;
}
    .empbox{
         background-color: #ffffff;
    }
}
