
/*Login page*/

.container.py-5
{
    height: -webkit-fill-available;
    height: -moz-fill-available;
    max-width:100% !important;
}
.rounded-0
{
    border-radius:5px !important;
}
.nosuchuser
{
    text-align: center;
    color: red;
    font-size: 17px;
    padding-bottom: 15px;
}
.login .card {
    width: 400px!important;
    margin: 25% auto 0!important;
    background: rgba(255, 255, 255, 0.5);
}
/* Header Page*/
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.sticky + .content {
  padding-top: 60px;
}
.navbar
{
    height: 50px;
    z-index: 500;
   
}
.navbar-dark .navbar-nav .nav-link
{
     color: #ffffff;
}

.bg-dark {
    background-color: #4e93d7!important;
}

.headerimage
{
    padding: 10px;
}
.header
{
  //  height:80px;
}
.headerwelcome
{
    float:right;
    padding: 10px;
    margin-top: 15px;
    margin-right: 50px;
    font-size: 20px;
}

/* Home_page*/
.content {
  padding: 16px;
  background: #f8f9fa;
  width: -webkit-fill-available;
   width: -moz-fill-available;
}
.contentpanel
{
    margin-top:105px;
}
.homepagecard
{
    /*background:burlywood !important;*/
    background:white !important;
   
    
}
.lblspan
{
    font-size: 16px;
    font-weight: 600;
}
.button.homepage {
  display: inline-block;
  border-radius: 50px;
  background-color: #ffffff;
  border: 1px solid #4e93d7;
  color: #000000;
  text-align: center;
  font-size: 20px;
  padding: 5px;
  width: 175px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button.homepage span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button.homepage span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button.homepage:hover span {
  padding-right: 25px;
}

.button.homepage:hover span:after {
  opacity: 1;
  right: 0;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ef0c0c;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #1e9c3a;
}

input:focus + .slider {
  box-shadow: 0 0 1px #1e9c3a;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.container.login{
  background: url(../../images/scale-2.jpg) center center no-repeat!important;
  height: 100%;
  position: fixed;
}
.btn-success {
    color: #fff;
    background-color: #335a8d;
    border-color: #335a8d;
}
.btn-success:hover {
    color: #fff;
    background-color: #193e6f;
    border-color: #193e6f;
}
.res_info input{width:21%; margin-right:6px; float:left; margin-top:3px;}
.res_info select{width:10%; margin-right:6px; float:left; margin-top:3px;}

.claim_persons{margin: 20px;padding: 10px;border:solid 1px #ccc;}
.activity{border:solid 1px #dfdfdf;padding:10px;border-bottom:none;}
.activity p{margin:0;}
.activity:last-child{border-bottom:solid 1px #dfdfdf}
.activity .date{float:right;}
.altForm{width:100%;}
.altForm td{padding:1px;}

.form_data{border:solid 1px #ccc;min-width:50%;}
.form_data td{border:solid 1px #ccc;padding:4px;}

.change_usertype{padding:12px;display: inline-block;}

.img-arbponsive{max-width:100%;}

.docs_panel{border:solid 1px #ccc;min-height:300px;margin-bottom: 20px;position:relative;padding-bottom:100px;}
.docs_panel h4{margin:0;background: #ff9d01;  color: #fff;  padding: 10px;margin-bottom:6px;}
.docs_panel .activity_row{padding:10px;border-bottom: solid 1px #dfdfdf;}
.docs_panel .activity_row p{margin:0;}
.docs_panel .btn_box{position: absolute;left:0;bottom:0;padding:5px;}
.docs_panel .btn_box .btn{margin:2px;}

.remove_file{display:none;color:red;cursor: pointer;}
.border_none{border:none!important;}

.counter a{color:#fff;background:red;    font-size: 1.2rem;
  padding: 3px 6px;
  border-radius: 4px;}