@media(min-width:768px){
   html{
      overflow-x: auto !important;
   }
}
body {
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    white-space: normal;
    background-color: #e9eaef !important;
}
/** bhoopal start updated */
.highlight{
    background-color:yellow;
}
.readmore,.readless{
color: #337ab7;
}
/** bhoopal end updated */
body {
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    white-space: normal;
	background-color:#eee;
}
#header-site {
    /* background: white none repeat scroll 0 0; */
    background: #e9eaef;
    /* border-bottom: 2px solid #cf4137; */
    float: left;
    position: fixed;
    top: 0;
    width: 100%;
    padding-top: 5px;
    padding-right: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* justify-content: center; */

}
.logo-site {
    float: left;
    height: 50px;
    margin: 5px 0 0px 10px;
    width: 140px;
}
.logo-site h1 {
    margin: 0;
}
.logo-site h1 a {
    float: left;
    height: 40px;
    width: 131px;
    text-indent:-999px;
    background-repeat:no-repeat;
    background-position:0px; 
    background-size:100px;
}

/*Notification Bell dropdown*/
.top-nav {
    padding: 0 5px;
}
.top-nav > li {
    display: inline-block;
    float: left;
    /* width: 462px; */
}
.top-nav > li.hidden-xs.hidden-sm {
   width: 420px;
   display: flex;
   /* border: 2px solid red;   */
}


.top-nav > li > a {
    color: #e02121;
    font-size: 13px;
    line-height: 20px;
    padding-bottom: 12px;
    padding-top: 12px;
}
.top-nav > li span.badge {
    background: #ca3f02 none repeat scroll 0 0;
    border: 3px solid #262727;
    font-family: "Open Sans",sans-serif;
    font-size: 11px;
    font-weight: ;
    padding: 2px 5px;
    position: absolute;
    right: 3px;
    top: 3px;
}
.dropdown-notification .dropdown-menu{width:275px;   max-width: 275px;
    min-width: 160px;}
.dropdown-notification > a {
    font-size: 18px !important;
    line-height: 29px !important;
}
.top-nav .dropdown-menu .dropdown-menu-list {
    list-style: outside none none;
    padding-left: 0;
    padding-right: 0 !important;
}
.top-nav > li.dropdown-notification .dropdown-menu > li.external {
    border-radius: 4px 4px 0 0;
    display: block;
    letter-spacing: 0.5px;
    overflow: hidden;
    padding: 15px;
}
.top-nav > li.dropdown-notification .dropdown-menu > li.external > h3 {
    display: inline-block;
    float: left;
    font-size: 13px;
    margin: 0;
    padding: 0;
}
.top-nav > li.dropdown-notification .dropdown-menu > li.external > a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #888;
    clear: inherit;
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
    margin-top: -1px;
    padding: 0;
    position: absolute;
    right: 10px;
}
.top-nav > li.dropdown-notification .dropdown-menu > li.external {
    background: #eaedf2 none repeat scroll 0 0;
}
.top-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list {
    list-style: outside none none;
}
.top-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list > li > a {
    clear: both;
    display: block;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    padding: 16px 15px 18px;
    text-shadow: none;
    white-space: normal;
    border-bottom: 1px solid #eff2f6 !important;

}
.top-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list > li a .time {
    float: right;
    font-size: 11px;
    font-weight: 400;
    max-width: 75px;
    opacity: 0.7;
    padding: 1px 5px;
    text-align: right;
    background: #f1f1f1 none repeat scroll 0 0;
}
.top-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list > li a .details {
    font-size:13px;
}
.top-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list > li a .details .label-icon {
    border-radius: 50%;
    margin-right: 10px;
}
.top-nav > li > a:hover, .top-nav > li > a:focus, .top-nav > .open > a, .top-nav > .open > a:hover, .top-nav > .open > a:focus {
    background-color: #171717;
    color: #999999;
}
.top-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list > li > a:hover {
    background: #f8f9fa none repeat scroll 0 0;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #ca3f02;
}

/*Toggle Navigation design*/
.navbar-default .navbar-toggle{ border:none;}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: none;
}

@media(max-width:768px){
.navbar-collapse{ clear:both;}
    
}
.navbar-default .navbar-nav>li>a {
    color: #c73535;
}
.cuadro_intro_hover{
    	padding: 0px;
		position: relative;
		overflow: hidden;
		height: 200px;
	}
	.cuadro_intro_hover:hover .caption{
		opacity: 1;
		
	}
	.cuadro_intro_hover img{
		z-index: 4;
	}
	.cuadro_intro_hover .caption{
		position: absolute;
		top:150px;
		-webkit-transition:all 0.3s ease-in-out;
		-moz-transition:all 0.3s ease-in-out;
		-o-transition:all 0.3s ease-in-out;
		-ms-transition:all 0.3s ease-in-out;
		transition:all 0.3s ease-in-out;
		width: 100%;
	}
	.cuadro_intro_hover .blur{
		background-color: rgba(0,0,0,0.7);
		height: 300px;
		z-index: 5;
		position: absolute;
		width: 100%;
	}
	.cuadro_intro_hover .caption-text{
		z-index: 10;
		color: #fff;
		position: absolute;
		height: 300px;
		text-align: center;
		top:-20px;
		width: 100%;
	}
	
body {
  margin: 0px;
  padding: 0px;
}
.titleLeftDiv {
    height: 30px;
    font-size: 13px;
    text-shadow: 1px 1px 1px #000;
    /* background-color: #4b2a10; */
    background-color: #545454;
    font-weight: bold;
    color: #FFF;
    padding-left: 8px;
    padding-top: 4px;
    width: 90%;
    border-top: 2px solid #09F;
    border-bottom-right-radius: 3em;
}
.highlight{
    background-color:yellow;
 }
 .bg-grey{
    background: #434444;
 }
 body {
    font-family: "Roboto",sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    white-space: normal;
   /* background-color:#434444; */
 }

 .logo-site {
    float: left;
    height: 50px;
    margin: 5px 0 0px 10px;
    width: 140px;
 }
 .logo-site h1 {
    margin: 0;
 }
 .logo-site h1 a {
    float: left;
    height: 40px;
    width: 131px;
    text-indent:-999px;
    background-repeat:no-repeat;
    background-position:0px; 
    background-size:100px;
 }
 
 /*Notification Bell dropdown*/
 .top-nav {
    padding: 0 5px;
 }
 .top-nav > li {
    display: inline-block;
    float: left;
 }
 .top-nav > li > a {
    color: #e02121;
    font-size: 13px;
    line-height: 20px;
    padding-bottom: 12px;
    padding-top: 12px;
 }
 .top-nav > li span.badge {
    background: #ca3f02 none repeat scroll 0 0;
    border: 3px solid #262727;
    font-family: "Open Sans",sans-serif;
    font-size: 11px;
    font-weight: ;
    padding: 2px 5px;
    position: absolute;
    right: 3px;
    top: 3px;
 }
 .dropdown-notification .dropdown-menu{width:275px;   max-width: 275px;
    min-width: 160px;}
 .dropdown-notification > a {
    font-size: 18px !important;
    line-height: 29px !important;
 }
 .top-nav .dropdown-menu .dropdown-menu-list {
    list-style: outside none none;
    padding-left: 0;
    padding-right: 0 !important;
 }
 .top-nav > li.dropdown-notification .dropdown-menu > li.external {
    border-radius: 4px 4px 0 0;
    display: block;
    letter-spacing: 0.5px;
    overflow: hidden;
    padding: 15px;
 }
 .top-nav > li.dropdown-notification .dropdown-menu > li.external > h3 {
    display: inline-block;
    float: left;
    font-size: 13px;
    margin: 0;
    padding: 0;
 }
 .top-nav > li.dropdown-notification .dropdown-menu > li.external > a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #888;
    clear: inherit;
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
    margin-top: -1px;
    padding: 0;
    position: absolute;
    right: 10px;
 }
 .top-nav > li.dropdown-notification .dropdown-menu > li.external {
    background: #eaedf2 none repeat scroll 0 0;
 }
 .top-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list {
    list-style: outside none none;
 }
 .top-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list > li > a {
    clear: both;
    display: block;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    padding: 16px 15px 18px;
    text-shadow: none;
    white-space: normal;
    border-bottom: 1px solid #eff2f6 !important;
 
 }
 .top-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list > li a .time {
    float: right;
    font-size: 11px;
    font-weight: 400;
    max-width: 75px;
    opacity: 0.7;
    padding: 1px 5px;
    text-align: right;
    background: #f1f1f1 none repeat scroll 0 0;
 }
 .top-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list > li a .details {
    font-size:13px;
 }
 .top-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list > li a .details .label-icon {
    border-radius: 50%;
    margin-right: 10px;
 }
 .top-nav > li > a:hover, .top-nav > li > a:focus, .top-nav > .open > a, .top-nav > .open > a:hover, .top-nav > .open > a:focus {
    background-color: #171717;
    color: #ffffff;
 }
 .top-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list > li > a:hover {
    background: #f8f9fa none repeat scroll 0 0;
 }
 .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #ca3f02;
 }
 
 /*Toggle Navigation design*/
 /* .navbar-default .navbar-toggle{ border:none;}
 .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: none;
 }
 
 @media(max-width:768px){
 .navbar-collapse{ clear:both;}
    
 }
 .navbar-default .navbar-nav>li>a {
    color: #c73535;
 } */
 .cuadro_intro_hover{
       padding: 0px;
      position: relative;
      overflow: hidden;
      height: 200px;
   }
   .cuadro_intro_hover:hover .caption{
      opacity: 1;
      
   }
   .cuadro_intro_hover img{
      z-index: 4;
   }
   .cuadro_intro_hover .caption{
      position: absolute;
      top:150px;
      -webkit-transition:all 0.3s ease-in-out;
      -moz-transition:all 0.3s ease-in-out;
      -o-transition:all 0.3s ease-in-out;
      -ms-transition:all 0.3s ease-in-out;
      transition:all 0.3s ease-in-out;
      width: 100%;
   }
   .cuadro_intro_hover .blur{
      background-color: rgba(0,0,0,0.7);
      height: 300px;
      z-index: 5;
      position: absolute;
      width: 100%;
   }
   .cuadro_intro_hover .caption-text{
      z-index: 10;
      color: #fff;
      position: absolute;
      height: 300px;
      text-align: center;
      top:-20px;
      width: 100%;
   }
   
 body {
  margin: 0px;
  padding: 0px;
 }
 .titleLeftDiv {
    height: 30px;
    font-size: 13px;
    text-shadow: 1px 1px 1px #000;
    /* background-color: #4b2a10; */
    background-color: #545454;
    font-weight: bold;
    color: #FFF;
    padding-left: 8px;
    padding-top: 4px;
    width: 90%;
    border-top: 2px solid #09F;
    border-bottom-right-radius: 3em;
 }
 /* .c-white{
    color: #fff;
 } */
 /* .btn.focus, .btn:focus, .btn:hover {
    color: lightgray !important;
 } */
 .nav>li>a:focus, .nav>li>a:hover {
    /* background-color: #8e241a !important; */
        background: linear-gradient(#2a1c5a, #4b3a6e) !important; 
 }
 .al-left{
   float: left !important;
 }
 #wrapper {
    width: 100%;
    overflow-x: hidden;
    display: flex;
    margin-bottom: -100px;
 }
 .inner-addon { 
    position: relative; 
 }
 .right-addon .fa { right: 0px !important;}
 .right-addon input { padding-right: 30px !important; }
 .inner-addon .fa {
  position: absolute;
  padding: 10px;
  pointer-events: none;
 }
 
 
 
 body {
  overflow-x: hidden;
 }
 
 #wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
 }
 
 #wrapper.toggled {
  padding-left: 250px;
  width: 10px !important;
 }
 #wrapper1.toggled {
   padding-left: 214px;
   /* background: #e9eaef; */
   background: linear-gradient(to right, #2a1c5a 80%, #e9eaef 50%);
   border: none;
   transition: all 0.5s ease;
   position: absolute;
  }
  #wrapper1.toggled #header-site{
   width: calc(100vw - 220px);
  }
 
 #sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  left: 250px;
  width: 0;
  height: 100%;
  margin-left: -250px;
  overflow-y: auto;
  /* background: #ecf0f1; */
  background: linear-gradient(#2a1c5a, #4b3a6e);
  /* -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; */
  transition: all 0.5s ease;
 }
 
 
 #page-content-wrapper {
  /* width: 100%; */
  position: absolute;
  padding: 15px 30px;
 /* padding: 15px 30px 0px 0px; */
  /* margin-left: 15px; */
  min-width: 100vw;
 }
 
 #wrapper.toggled #sidebar-wrapper {
    width: 214px;
  }
 
 @media (max-width: 767px) {
    #sidebar-wrapper {
        position: absolute;
    }
    #page-content-wrapper {
        width: 100%;
        padding: 15px 15px !important;
      }
    #wrapper.toggled {
        padding-left: 0px !important;
    }
 }
 
 @media (min-width: 768px) {
    #wrapper.toggled #page-content-wrapper {
    position: absolute;
    /* margin-left: 15px; */
    min-width: calc(100vw - 260px);
    }
 }
 


 .navbar-default .navbar-brand {
    color: #777 !important;
 } 
 
 
 
 
 
 
 /* css from intanet.php file starts here*/
 

     .panel-default>.panel-heading {
     color: #fff !important;
     background-color: #1f518a !important;
     border-color: #ddd !important;
     border-top-right-radius: 10px !important;
     border-top-left-radius: 10px !important;
     }
     /* #page-wrapper {
     padding: 10px 10px;
     position: relative !important;
     flex-shrink: 1;
     width: calc(100% '- 250px);
     } */
     #sidebar-wrapper{
        font-size: 15px;
        padding-top: 10px !important;
     }
     @media (min-width: 768px) {
        .navbar-static-side {
        width: 250px;
        }
        /* #page-wrapper {
           position: inherit;
           min-height: ~calc(100vh - 50px);
        } */
     }
  
     #page-content-wrapper{
     min-height: calc(100vh - 50px);
     background: #e9eaef;
     }
     /* .gray-bg{
          background-color: #d1d1d1;
      } */
      .navbar-default {
          background-color: #434444;
          border-color: #434444;
      }
          #MainMenu .list-group-item{
              background-color: #ecf0f1;
              background: linear-gradient(#2a1c5a, #4b3a6e);
              padding: 25px;
          }
          #MainMenu .collapse a:hover{
              background-color: #f1f1f1;
          }
          #MainMenu .panel{
              /* background-color: #ecf0f1; */
              border-radius: 0px !important;
              background: linear-gradient(#2a1c5a, #4b3a6e);
          }
          a.list-group-item, button.list-group-item {
                  color: #4b4d54 !important;
          }
          .list-group-item {
                  border: none !important;
                  margin-bottom: 0px !important;
          }
          .p-l-md{
              padding-left: 11px;
          }
          .p-l-lg{
              padding-left: 25px;
          }
          #footer {
            
             bottom: 0;
              text-align: center;
              color: darkred;
              margin-bottom: 90px;
              width: 100%;
          }
        .nav-label{
           padding-left: 15px;
           color: white ;
        }
          .ibox{
              clear: both;
              margin-bottom: 10px;
              margin-top: 0;
              padding: 0;
          }
          .ibox-content {
              background-color: #ffffff;
              color: inherit;
              padding: 10px 15px 10px 15px;;
              border-color: #e7eaec;
              border-image: none;
              border-style: solid solid none;
              border-width: 1px 0;
           border-radius: 10px;
      }
      .ibox-title {
        background-color: #434444;
        color: inherit;
        margin-bottom: 0;
        padding: 15px 90px 8px 15px;
        min-height: 48px;
        position: relative;
        clear: both;
     }
     .al-center{
        text-align: center;
     }
     .h3-font{
        font-size: 28px;
      font-weight: 800;
     }
     .h5-font{
        font-size: 14px !important;
        font-weight: 600 !important;
     }
     .b-right{
        border-right: 1px solid lightgrey;
     }
     .font-blue{
        color: #2168af;
     }
     ul {
     list-style-type: none;
     padding-inline-start: 0px !important;
     }
     .panel-default>.panel-heading {
         background: linear-gradient(#2a1c5a, #4b3a6e) !important;
     }
     .panel-default {
        border-radius: 10px !important;
     }
     @media (min-width: 768px) {
        .p-l-none{
           padding-left: 0px !important;
        }
     }
     .fa-r-align{
        position: absolute;
       right: 30px;
     }
     .m-l-xl{
        margin-left: -50px !important;
     }
     .m-r-xl{
        margin-right: -50px !important;
     }
 
     .myClaims table{
       margin-bottom: 0px !important;
     }
     /* .myClaims ibox-content{
       padding: unset !important;
     } */
 
     @media (min-width: 768px) {
     .myClaims table>tbody>tr>td, .myClaims table>tbody>tr>th, .myClaims table>tfoot>tr>td, .myClaims table>tfoot>tr>th, .myClaims table>thead>tr>td, .myClaims table>thead>tr>th {
          padding: 10px 20px 10px 20px !important;
       }
     .accordian-box-ht{
       overflow: hidden;
       max-height: 280px;
      }
      .accordian-box-scroll{
          height: 235px !important;  
          overflow-y: scroll;
      }
     }
 
     .panel {
       margin-bottom: 0px !important;
   }
 
   
 @media (max-width: 767px){
    .table-responsive {
       margin-bottom: 0px !important;
    }
 }
 
 .borderless td, .borderless th {
    border: none !important;
 }
 
 .f-22{
    font-size: 22px;
 }
 
 
 /* 
 #MainMenu a:hover { 
    background-color: darkred !important;
 }
  */
 
 #MainMenu .list-group-item[aria-expanded="true"]{
    background-color: #8e241a !important;
    color:#ffffff !important;
 }
 #accordion1 ul li,.latest_article ul li,.action ul li {
   -webkit-box-shadow: 0px 3px 4px rgba(0,0,0,.2);
   -moz-box-shadow: 0px 3px 4px rgba(0,0,0,.2);
   box-shadow: 0px 3px 4px rgba(0,0,0,.2);
   padding: 8px;
   border-radius: 4px;
 }
 #accordion1 ul li:hover,.latest_article ul li:hover {
   background-color: #f1f1f1;
}
#accordion1 p {
   margin:0px;
}
.latest_article{
   padding:10px;
   max-height: 280px;
    overflow: auto;
}

.caption-slider-link{
   /* color: #4a3c3c; */
   position: absolute;
   bottom: 5px;
   background-color: #ffffffde;
   font-size: 16px;
   text-align: center;
   width: 100%;
   margin: 0px;
   padding: 8px;
   font-weight: bold;
}
.list-view {
   -webkit-box-shadow: 0px 3px 4px rgba(0,0,0,.2);
   -moz-box-shadow: 0px 3px 4px rgba(0,0,0,.2);
   box-shadow: 0px 3px 4px rgba(0,0,0,.2);
   padding: 8px;
   border-radius: 4px;
   background-color: #ffffff;
}
div#page-content-wrapper p:not(.caption-slider-link) {
   background-color: inherit !important;
}
.fa-sm{
   font-size: 10px;
}
.fa{
   color: white;
}
.item .row .col-md-12 img{
   height:330px !important;
}

.innerCard{
   box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
   padding: 23px;
}
#aside-wrapper.toggled{
   display: none;
}
.navbar{
   /* background: #2a1c5a !important; */
   position: fixed !important;
   top: 0px !important;
}

#menu-toggle>i{
  color: #2a1c5a !important;
}
.nav>li>a{
   color: #2a1c5a;
}
.dropdown-toggle>i{
   color: #2a1c5a;
}

.navbar-form .form-group{
   width: 100%;
}
.navbar-form .form-control{
   width: 100%;
}
.navbar-form.navbar-right{
   width: 100%;
}
input[placeholder="Search"]{
   /* box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px; */
}
.fa-search{
   color: gray;
}
#page-content-wrapper.toggled1{
   padding: 15px 30px 0px 0px;
   /* background: black; */
   background: #e9eaef;
}

#page-content-wrapper.toggled1 .bottomFixed{
   margin-left: 0vw;
}
.bottomFixed{
   margin-left:13vw;
}


.panel-heading{
   border-radius: 10px !important;
   padding: 7px 15px !important;
}
#mce_21{
   margin-bottom: 10px;
}

.mdc-drawer-submenu div{
   height: 35px !important;
   margin: 0px 10px !important;
}


.material-symbols-outlined {
   color: white;
   font-size: 10px;
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

#ui-sub-menu1>nav>div{
   display: flex;

}
#ui-sub-menu2>nav>div{
   display: flex;

}
#ui-sub-menu3>nav>div{
   display: flex;

}
#ui-sub-menu4>nav>div{
   display: flex;

}
#ui-sub-menu5>nav>div{
   display: flex;

}
#ui-sub-menu6>nav>div{
   display: flex;

}
#ui-sub-menu6>nav>div>a{
padding: 0px 0px !important;

}

.mdc-select__selected-text{
   font-size: 10px !important;
}
.mdc-select{
   height:45px !important;
   margin: 0px 50px 0px 0px !important;
}
.mdc-floating-label{
   top:10px !important;
}
#message_ifr{
   height: 250px !important;
}

#frm1>div>div>h4{
   display: inline;
   font-family: "Roboto",sans-serif;
   /* font-weight: bold; */
}
#frm1>div>h4{
   display: inline;
   font-family: "Roboto",sans-serif;
   /* font-weight: bold; */
}
#frm1>div>input{
   /* margin-top:20px; */
   margin-left:10px;
}
#title{
   width: 90% !important;

   
}
.table tbody tr td {
   white-space: normal !important;
   text-align: justify !important;
   /* box-sizing: border-box !important; */
}

a:focus {
   outline: none !important;
   outline-offset: 0px !important;
}

#header{
   align-items: center;
}

body{
   overflow: hidden;
}