﻿ /*#s4-workspace{
	height:auto!important;
  }*/
   
  #s4-workspace{
	/*height:319px!important;
	overflow-x: unset!important;*/
	overflow-x:hidden!important;
  }
  
    #s4-titlerow{
	display:none!important;
	}
    #s4-bodyContainer{
	padding-bottom: 0px!important;
	
    }
    #sideNavBox{
	display:none!important;
    }
    #contentRow{
	padding-top: 0px!important;
    }
    #contentBox{
	margin-left: 0px!important;
	margin-right: 0px!important;
	min-width:0px!important;
    }
	#WebPartWPQ2_ChromeTitle{
	display:none!important;
	}
	header {
	   border-bottom: none!important;
	}
	.ms-WPBorder {
     border: none!important; 
    }
    .menuBorder{
	 border-bottom: 2px solid #b2b4b6;
	 margin-top: -6%;
	 padding: 0px 0px 0px 20px;
	     text-align: center;
     }
     .main_menu{
	  float:none!important;
      }
      #burgarMenu{
	min-width: 0em !important;
   }

/*.ms-rtestate-field{
	  height:100vh!important;
    }*/
    [data-is-scrollable="true"]{
	overflow-y: hidden!important;
    }
#search_Side_Btn{
    margin-top: -54px !important;
    min-width: 0em !important;
    position: relative;
 }
button:hover{
	background-color:transparent!important;
}
.o365cs-nav-rightMenus button{
	top:0px!important;
}
 .page {
  display: none;
  margin:0px!important;
}
.page-active {
  display: block;
  margin:0px!important;
}

.block-with-text-line-2{
	overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 60px!important;
    max-height: 60px!important;

}
/*header{
	margin-top:3%!important;
}*/
 #marqueeId{
      -moz-animation: marquee 30s linear infinite;
      -webkit-animation: marquee 30s linear infinite;
      animation: marquee 30s linear infinite;
   }
   @-moz-keyframes marquee {
      0% { transform: translateX(100%); }
      100% { transform: translateX(-100%); }
   }
   @-webkit-keyframes marquee {
      0% { transform: translateX(100%); }
      100% { transform: translateX(-100%); }
   }
   @keyframes marquee {
      0% { 
      -moz-transform: translateX(100%);
      -webkit-transform: translateX(100%);
      transform: translateX(100%) }
      100% { 
      -moz-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%); }
   }
   
 .onoffswitch3-label{
	     margin-bottom: 0px!important;
}

.ms-webpartPage-root {border-spacing: 0px!important;}



/*Added By Hema For search */

.ms-srch-siteSearchResults {
    margin-top: 10px;
    margin-left: 50px;
}

/*Added by Hema for dropdown on Homepage */
.egov-link
{
  position: relative;
  display: inline-block;
  float:right;
}
.dropdown-content
{
    display: none;
    position: absolute;
    background-color: #02AFEF;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    top: 40px;
    color:#ffffff; 
    
}
.dropdown-content p:hover { background:#1A1E23; color: #f9d8ae!important; border-bottom: thin #f9d8ae solid!important;}}
.dropdown-content a:hover { color: #f9d8ae!important;}
 
.dropdown-content p
{
    border-bottom: thin navy solid;
    min-width: 200px;
    padding: 12px 16px;
}
.dropdown-content a
{
	color:white
}
.dropdown-content a:visited
{
	text-decoration:none
}

/*.egov-link:hover .dropdown-content
{
  display: block;
}

.egov-button:hover  .dropdown-content

{
  display: block;
}*/

.appeardrp:hover .dropdown-content
{
  display: block;
}

.appeardrp:hover  .dropdown-content

{
  display: block;
}



.logo1 {
    width: 60px;
}

.slider a{
display:block;
}


/*Added by MNIC - 16/06/2020*/
section.banner_img { 
	background-image: url(../images/6_banner.jpg) !important;
}


/*Responsive Table CSS - added on 25/06/2020 */
table {
  background-color: transparent;
  border-collapse: collapse;
  font-family: Arial, Helvetica, sans-serif
}
.dcf-table tbody, .dcf-table thead {
  font-size: .84em
}
.dcf-table tfoot {
  font-size: .75em
}
.dcf-table tbody {
  border-bottom: 1px solid #e3e3e2;
  border-top: 1px solid #e3e3e2
}
.dcf-table td, .dcf-table th {
  padding-right: 1.78em
}
.dcf-table-bordered, .dcf-table-bordered td, .dcf-table-bordered th {
  /*Modified by MNIC on 25-06-2020 */
  /*border: 1px solid #e3e3e2*/
}
.dcf-table-bordered td, .dcf-table-bordered th, .dcf-table-striped td, .dcf-table-striped th {
  padding-left: 1em;
  padding-right: 1em
}
.dcf-table-bordered tr:not(:last-child), .dcf-table-striped tr:not(:last-child) {
  border-bottom: 1px solid #e3e3e2
}
.dcf-table-striped tbody tr:nth-of-type(2n) {
  background-color: #f6f6f5
}
.dcf-table thead td, .dcf-table thead th {
  padding-bottom: .75em;
  vertical-align: bottom
}
.dcf-table tbody td, .dcf-table tbody th, .dcf-table tfoot td, .dcf-table tfoot th {
  padding-top: .75em;
  vertical-align: top
}
.dcf-table tbody td, .dcf-table tbody th {
  padding-bottom: .75em
}
.dcf-table-bordered thead th {
  padding-top: 1.33em
}
.dcf-wrapper-table-scroll {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 1em;
  position: relative;
  right: 50%;
  width: 100vw
}
@media only screen and (max-width:42.09em) {
  .dcf-table-responsive thead {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    white-space: nowrap
  }
  .dcf-table-responsive tr {
    display: block
  }
  .dcf-table-responsive td {
    -webkit-column-gap: 3.16vw;
    -moz-column-gap: 3.16vw;
    column-gap: 3.16vw;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
    text-align: left!important
  }
  .dcf-table-responsive.dcf-table-bordered, .dcf-table-responsive.dcf-table-bordered thead th {
    border-width: 0
  }
  .dcf-table-responsive.dcf-table-bordered tbody td {
    border-top-width: 0
  }
  .dcf-table-responsive:not(.dcf-table-bordered) tbody tr {
    padding-bottom: .75em
  }
  .dcf-table-responsive:not(.dcf-table-bordered) tbody td {
    padding-bottom: 0
  }
  .dcf-table-responsive:not(.dcf-table-bordered):not(.dcf-table-striped) tbody td {
    padding-right: 0
  }
  .dcf-table-responsive.dcf-table-bordered tbody tr:last-child td:last-child {
    border-bottom-width: 0
  }
  .dcf-table-responsive tbody td:before {
    content: attr(data-label);
    float: left;
    font-weight: 700;
    padding-right: 1.78em
  }
}
/*End Responsive Table CSS*/
