/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/


/* Your custom css codes start here: */
.newstxt p {font-size:1.15em;color:#383838}
.newstxt p img {margin-left:-2em;margin-bottom:2px}
.normal {font-weight:normal}
.newstxt ul li  {display:block;}
.menuactive{
    color: #383838;
    text-decoration: none;
    background-color: #d0faaf;
}
.nopd  {text-indent: 0;}
.modal-dialog {
    z-index:2222;
  }
  .modal-backdrop{z-index:0;}
  .modal-open {
      top:250px;
  }
  .nav ul.list li {
    margin: 5px 10px;
    font-weight: 500;
    padding-left: 15px;
    float:left;
    position: relative;
  }
  .widget .list-border li {
      margin-bottom: 0;
      padding: 5px 0;
  }
 .widget .list-border li:last-child {
     border-bottom:0px !important;
 }
 .menuzord-menu > li > .megamenu .megamenu-row ul.list-icon li:before {
   content: '';
   font-family: fontawesome;
   left: 0;
   position: absolute;
   top: 6px;
 }
 .menuzord-menu > li > .megamenu .megamenu-row ul.list-icon li.m1:before {
   content: "\f101";
   font-family: fontawesome;
   left: 0;
   position: absolute;
   top: 6px;
 }
 .menuzord-menu > li > .megamenu .megamenu-row ul.list-icon li.m2:before {
   content: "\f105";
   font-family: fontawesome;
   left: 0;
   position: absolute;
   top: 4px;
 }
 .m1,.m2 {    border-bottom: 1px solid #d3d3d3 !important;}
 .hand {cursor: pointer;}
 
 .footertable {width:100%}
 .footertable td {vertical-align: top;padding:0 3px}