/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 15-Aug-2021, 12:18:46 am
    Author     : joydeep
*/
.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.quicksand {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

html
{
    font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
body {
    margin: 0;
    font-family: 'Quicksand';
}
a.btn.btn-primary.addItem {
    margin-top: 25px;
}
button.btn.btn-success.waves-effect.waves-light.btn.btn-success-edit {
    margin-bottom: 10px;
}
hr.hrAngel{
    position: relative;
}
hr.hrAngel::before {
    content: '\25C8';
    position: absolute;
    top: -10px;
    color: #7d7d7d;
}
hr.hrAngel::after {
    content: '\25C8';
    position: absolute;
    top: -10px;
    background: transparent;
    right: 0px;
    color: #7d7d7d;
}
.color-text-orange {
    color: #ff5722;
}
.wid140
{
    width: 140px;
}
.color-text-red{
    color: red;
}
.color-text-blue{
    color: #0019a5;
}
.color-text-yellow{
    color: #d8c700;
}
.displayTable{
    display: table;
}
.xps .lblHead {
    color: #313131;
    font-size: 14px;
    text-transform: capitalize;
}
.dbEle span {
    color: #313131;
    font-weight: 600;
    float: left;
    min-width: 80px;
}
.dbEle {
    clear: both;
    color: #232323;
    margin-right: 48px;
    word-break: break-word;
}
.dbEleHead {
    color: #3f51b5;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 700;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 15px;
}
.form-group label
{
    text-transform: capitalize;
}
button.btn{
    margin: 2px;
}
input[type="file"] {
    display: block;
    padding: 2px;
}
i.fas.fa-angle-left.right {
    margin-top: 6px;
    position: absolute;
    margin-right: 9px;
}
.nav-item a.nav-link {
    padding: 7px 5px 7px 5px;
    text-transform: capitalize;
}
.nav-treeview .nav-item a.nav-link {
    padding: 7px 5px 7px 15px;
}
button.btn.btn-primary.close.clsExt {
    background: #2196f3!important;
}
@media screen and (max-width: 576px) {
.remBtn{
position: absolute;
    top: -43px;
    right: 0;
    }
    a.btn.btn-primary.addItem{    
    position: absolute;
    margin-top: -44px;
    right: 0px;
    }
}
fieldset {
    min-width: 0;
    padding: 0.35em 0.625em 0.75em;
    margin: 5px 2px;
    border: 1px solid #809faf;
}
legend
{
    display: block;
    width: fit-content;
    max-width: 100%;
    padding: 0 10px 0 10px;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    white-space: normal;
    color: #FFF;
    background: #607d8b;
    text-shadow: 1px 1px 1px #000000;
}

md-input-container label
{
    text-transform: capitalize;
}
md-input-container {
    margin-bottom: 5px;
}
md-input-container.md-default-theme label, md-input-container label, md-input-container.md-default-theme .md-placeholder, md-input-container .md-placeholder {
    color: rgb(36 36 36);
    font-weight: 500!important;
}
md-select-value span {
    color: rgb(36 36 36);
}
md-input-container.md-block {
    text-align: initial;
}
.md-select-menu-container {
    z-index: 99999;
}
md-backdrop.md-click-catcher {
    z-index: 99999;
}
.splash {
    display: none;
    position: fixed;
    background: url(../imgs/blackboard.jpg);
    top: 10%;
    bottom: 10%;
    left: 10%;
    right: 10%;
    border: 15px solid;
    border-color: #7a1d00;
    z-index: 999;
    border-radius: 12px;
    padding: 15px;
}

.stepsx
{
    background: blueviolet;
    border-radius: 25px;
    position: relative;
    margin: 5px;
    font-size: 1.5em;
    color: #FFF;
    width: fit-content;
    padding-left: 10px;
    padding-right: 15px;
}
.stepsx label
{
    background: #FFF;
    border: 5px solid #809faf;
    font-size: 20px;
    border-radius: 20px;
    width: 40px;
    padding: 0px 0px 0px 9px;
    box-shadow: 0px 0px 13px -2px #fff;
    margin: 5px;
    margin-right: 10px;
    margin-left: -5px;
}
.stepsx.s1
{
    margin-left: 35px;
    margin-right: 25px;
    background: #e91e63;
}
.stepsx.s1 label
{
    color: #e91e63;
}
.stepsx.s2
{
    margin-left: 45px;
    margin-right: 15px;
    background: #ff9800;
}
.stepsx.s2 label
{
    color: #ff9800;
}
.stepsx.s3
{
    margin-left: 25px;
    margin-right: 5px;
    background: #03a9f4;
}
.stepsx.s3 label
{
    color: #03a9f4;
}
.deactprofile{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,96%);
    z-index: 9999;
}
.boxx_login {
    max-width: 300px;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0px 0px 23px -5px #000;
    border-radius: 18px;
}

.boxx_login {
    max-width: 300px;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0px 0px 23px -5px #000;
    border-radius: 18px;
}
.boxx_login input.btn.btn_primary
{
        background: #ff9800;
        font-weight: 500;
}
.small-box.bg-gradient-white.p-3 {
    width: 90%;
    max-width: 500px;
    padding: 20px!important;
}
html {
    background: #e9ecef;
    background-image: url(../imgs/texture_ms.webp)!important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}
.login-card-body, .register-card-body {
    background-color: #002e45;
    border-top: 0;
    color: #666;
    padding: 20px;
}

.card.lgM {
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: 0px 0px 45px -7px #a4d8eb;
    border-radius: 19px;
    overflow: hidden;
    border: 4px solid #a4d8eb;
    max-width: 331px;
}
.login-box {
    background: transparent;
    position: fixed;
    left: 0;
    right: 0;
    width: -webkit-fill-available;
    top: 20%;
    bottom: 20%;
}


/* CSS */
.button-52 {
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 1px;
  padding: 13px 20px 13px;
  outline: 0;
  border: 1px solid black;
  cursor: pointer;
  position: relative;
  background-color:#00bcd4;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-52:after {
  content: "";
  background-color: #ffe54c;
  width: 100%;
  z-index: -1;
  position: absolute;
  height: 100%;
  top: 7px;
  left: 7px;
  transition: 0.2s;
}
.button-52 span{
    
    z-index: 2;
}
.button-52:hover:after {
  top: 0px;
  left: 0px;
}

@media (min-width: 768px) {
  .button-52 {
    padding: 13px 50px 13px;
  }
}

/* CSS */
.button-87 {
  margin: 10px;
  padding: 15px 30px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  border-radius: 10px;
  display: block;
  border: 0px;
  font-weight: 700;
  box-shadow: 0px 0px 14px -7px #00BCD4;
  background-image: linear-gradient(45deg, #004a85 0%, #00BCD4 51%, #002e53 100%);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-87:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.button-87:active {
  transform: scale(0.95);
}

h1.card-title{
    font-size: 1.8rem;
}
h3.card-title
{
    font-size: 1.6rem;
}
h2.card-title
{
    font-size: 1.7rem;
}
:host, :root {
    --rem: 20;
    font-size: 16px;
}

.navbar {
    margin-bottom: 0px;
}
.pad10
{
    padding: 10px;
}
.flx {
    display: inline;
}
label {
    font-size: 20px !important;
}
.csL {
    margin: 5px;
    display: block;
    padding: 10px;
}
.flxContainer
{
    display: flex;
    align-content: space-around;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}
.flx {
    flex: auto;
}
.layout-fixed .control-sidebar {
    bottom: 60px;
    float: none;
    position: fixed;
    top: 60px;
    right: 0px !important;
    overflow: hidden;    
}

.cusSideNav.ng-scope {
    position: fixed;
    top: 76px;
    bottom: 60px;
    right: 0;
    background: #3b464b;
    width: 230px;
    color: #FFF;
}