@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800,300,300italic,400italic,600italic,700italic,800italic);
* {
  font-family: 'Open Sans', sans-serif; }

@font-face {
  font-family: MV_Waheed;
  src: url(/assets/fonts/MV_Waheed.otf); }

@font-face {
  font-family: MV_Faseyha;
  src: url(/assets/fonts/MV_Faseyha.otf); }

body {
  -webkit-font-smoothing: antialiased; }

header {
  margin-top: 5px; }
  header .right-section {
    position: relative;
    width: 100%;
    height: 100px; }
    header .right-section img {
      position: absolute;
      bottom: 0;
      right: 0; }
    header .right-section p {
      text-align: right;
      font-size: 80%;
      color: #888; }
      header .right-section p a {
        color: #888; }

nav {
  margin: 10px 0px; }

.no-padding {
  padding: 0px; }

.hidden {
  display: none; }

.menu .search div {
  padding: 10px;
  position: absolute;
  background-color: #00733b;
  display: none;
  margin-left: -160px;
  z-index: 100; }

.menu .search a {
  padding: 7px 7px 7px 11px; }

.menu .search div input {
  padding: 5px 10px;
  outline: none;
  border: 0; }

.menu .search-active {
  background-color: #00733b; }

.menu li {
  display: inline-block; }
  .menu li a {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase; }
  .menu li.active a {
    background: none; }

.mobile-menu {
  background: #0c9b4a;
  list-style: none;
  display: none;
  margin: 0;
  width: 100%;
  position: absolute;
  z-index: 100; }
  .mobile-menu li a {
    display: inline-block;
    width: 100%;
    padding: 3px 10px;
    color: #fff;
    font-size: 80%; }
    .mobile-menu li a:last-child {
      padding-bottom: 8px; }
  .mobile-menu li.active {
    background: #fff; }
    .mobile-menu li.active a {
      color: #0c9b4a; }

.nav-icon {
  width: 20px;
  float: right;
  margin: 0;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 40px; }
  .nav-icon:after, .nav-icon:before, .nav-icon div {
    background-color: #0c9b4a;
    border-radius: 3px;
    content: '';
    display: block;
    height: 4px;
    margin: 5px 0;
    transition: all .2s ease-in-out; }
  .nav-icon.enabled:before {
    transform: translateY(9px) rotate(135deg);
    -moz-transform: translateY(9px) rotate(135deg);
    -webkit-transform: translateY(9px) rotate(135deg); }
  .nav-icon.enabled:after {
    transform: translateY(-9px) rotate(-135deg);
    -moz-transform: translateY(-9px) rotate(-135deg);
    -webkit-transform: translateY(-9px) rotate(-135deg); }
  .nav-icon.enabled div {
    transform: scale(0); }
  .nav-icon.enabled:before {
    transform: translateY(9px) rotate(135deg);
    -moz-transform: translateY(9px) rotate(135deg);
    -webkit-transform: translateY(9px) rotate(135deg); }
  .nav-icon.enabled:after {
    transform: translateY(-9px) rotate(-135deg);
    -moz-transform: translateY(-9px) rotate(-135deg);
    -webkit-transform: translateY(-9px) rotate(-135deg); }
  .nav-icon.enabled div {
    transform: scale(0); }

@media screen and (max-width: 39.9375em) {
  .logo {
    height: 70px; }
  header .right-section {
    height: 75px; } }

@media screen and (min-width: 39.9375em) {
  nav {
    background: #0c9b4a; } }

.content .row {
  background: #fff;
  padding: 10px 0; }

.panel {
  background: #d8d8d8;
  padding: 20px; }
  .panel.icon {
    background: #0c9b4a;
    margin-top: 10px;
    transition: background-color 0.25s ease-out, color 0.25s ease-out; }
    .panel.icon:hover {
      background: #00733b; }
    .panel.icon p {
      margin: 0; }
      .panel.icon p a {
        color: #fff;
        font-weight: 600;
        display: inline-block;
        width: 100%;
        position: relative; }
        .panel.icon p a i {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 0; }

.input-group-button input {
  padding: 11px; }

.section-end {
  margin-bottom: 20px;
  width: 100%;
  height: 2px;
  border-bottom: #eee 1px solid;
  padding-bottom: 10px; }

footer {
  /*background: #0c9b4a;*/
  background: #3a3a3a;
  border-top: solid 5px #0c9b4a;
  /*background: #7a7a7a;*/
  font-size: 90%;
  padding: 20px 0; }
  footer * {
    color: #fff; }
  footer a:hover {
    color: #ddd; }
  footer .quick-links {
    width: 100%;
    display: inline-block; }
  footer #map-canvas {
    width: 100%; }
  footer .columns {
    margin-bottom: 10px; }
  footer .footer-sizer {
    float: left; }
  footer img {
    float: left;
    margin-right: 10px; }

.recent-news {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px; }

.recent-news-image {
  margin-right: 10px;
  width: 100px; }

.recent-news-details {
  -ms-flex: 1;
  flex: 1; }
  .recent-news-details p {
    margin: 0;
    margin-top: -5px;
    text-transform: uppercase;
    font-weight: 600; }
    .recent-news-details p.timestamp {
      font-size: 12px;
      font-weight: normal;
      text-transform: uppercase;
      display: block;
      color: #666;
      margin: 0 0 5px 0; }
  .recent-news-details span {
    color: #000; }

.links {
  margin-bottom: 30px; }
  .links p.list-item {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px; }
  .links p.list-item-normal {
    display: block; }
  .links p.list-item a {
    margin-top: -2px;
    font-size: 16px; }
  .links p.timestamp {
    line-height: 13px;
    font-size: 11px;
    text-transform: uppercase;
    margin-left: 30px;
    margin-bottom: 15px;
    display: block;
    color: #666; }
  .links p.list-item i {
    margin-right: 10px;
    color: #0c9b4a;
    font-size: 18px; }
  .links .more {
    font-size: 14px; }
  .links .i-links {
    display: inline-block;
    width: 100%; }

.reports {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  vertical-align: middle; }

p > strong {
  text-transform: uppercase; }

.article img {
  max-height: 535px; }

.article .timestamp {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  color: #666;
  margin: 0 0 5px 0; }

.thaanaField {
  text-align: right;
  font-size: 16px;
  font-family: MV_Faseyha; }

.galleries p.description {
  font-size: 20px; }

.galleries-photo .gallery-slick img {
  width: 100%;
  height: 500px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #eee; }

.galleries-photo .gallery-slick-thumbs img {
  margin: 10px 5px;
  width: 100%;
  height: 100px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #eee; }

.galleries-photo-details ul.tags {
  list-style: none;
  margin: 0px; }

.galleries .list {
  float: left !important;
  /*padding: 0px;*/ }
  .galleries .list .item img {
    width: 100%;
    background-color: #ddd;
    background-size: cover;
    background-position: center; }
  .galleries .list .item p {
    color: #666;
    font-size: 14px;
    margin-top: 5px;
    height: 70px; }

.galleries-photo-details ul.tags li {
  display: inline-block;
  border: solid 1px #0C9B4A;
  border-radius: 30px;
  color: #0C9B4A;
  border-radius: 30px;
  padding: 3px 6px;
  font-size: 12px;
  margin-right: 5px;
  margin-bottom: 5px; }
  .galleries-photo-details ul.tags li:hover {
    color: #FFF;
    background-color: #0C9B4A;
    cursor: pointer; }

.galleries-photo-details ul.social {
  list-style: none;
  margin: 0px 0px 15px 0px; }
  .galleries-photo-details ul.social li {
    display: inline;
    cursor: pointer; }
    .galleries-photo-details ul.social li img {
      width: 32px; }

.galleries-photo-details .date {
  font-size: 12px;
  color: #444; }

.photo-next, .photo-prev {
  position: absolute;
  opacity: 0;
  transition: 0.5s; }

.galleries-photo:hover a, .photo-prev:hover {
  opacity: 1; }

.photo-next:hover {
  opacity: 1; }

.photo-next i {
  background-image: url("/assets/img/fb-sprite.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -27px -49px;
  height: 47px;
  width: 28px;
  position: relative;
  left: 100%;
  display: block; }

.photo-prev i {
  background-image: url("/assets/img/fb-sprite.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 0px -49px;
  height: 45px;
  width: 28px;
  position: relative;
  left: 0px;
  display: block; }

.downloads {
  list-style: none;
  margin: 0px; }
  .downloads .section {
    font-size: 18px;
    border-bottom: solid 1px #eee;
    padding: 10px;
    color: #333; }
    .downloads .section:last-child {
      border: none; }
  .downloads li {
    margin-top: 5px;
    font-size: 18px; }
    .downloads li ul {
      list-style: none;
      padding: 0px 0px;
      margin: 0px;
      color: #666; }
      .downloads li ul li p {
        font-size: 16px;
        margin: 0px;
        color: #555; }
        .downloads li ul li p.timestamp {
          font-size: 12px;
          margin-bottom: 5px;
          margin-left: 33px; }
        .downloads li ul li p a {
          margin: 0px 10px;
          font-size: 14px;
          line-height: 20px; }
          .downloads li ul li p a span {
            position: relative;
            top: -3px; }
  .downloads .more p a {
    list-style: none;
    color: #0c9b4a;
    font-size: 14px;
    margin: 0px; }
  .downloads p i {
    font-size: 18px;
    color: #0c9b4a;
    margin-left: 5px; }
  .downloads .child-items {
    list-style: disc;
    margin-left: 50px;
    color: #555; }
    .downloads .child-items li p.timestamp {
      font-size: 12px;
      margin: 0px; }
    .downloads .child-items li p a {
      margin: 0px; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.clear-fix {
  clear: both; }

.page-heading {
  padding-left: 15px; }

table tr:nth-of-type(even) {
  background-color: transparent !important; }

table thead, table tbody, table tfoot {
  border: 0px solid #f1f1f1; }

.pagination {
  margin-top: 30px; }
  .pagination .active {
    background-color: #0c9b4a;
    color: #fff;
    padding: 0.1875rem 0.625rem; }

.search-not-found {
  color: #666;
  font-size: 14px !important; }

.search-more {
  color: #000;
  font-size: 14px !important; }

@media (max-width: 767px) {
  #downPadding {
    padding-top: 30px; } }

.mobile-menu .search {
  display: -ms-flexbox;
  display: flex;
  background-color: #00733b;
  padding-top: 8px; }
  .mobile-menu .search a {
    width: auto; }
  .mobile-menu .search input {
    padding: 5px;
    outline: none;
    border: 0;
    width: 100%; }
  .mobile-menu .search div {
    width: 100%;
    margin-right: 8px; }

.status-check-form form {
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

/* dhivehi */
.thaana {
  text-align: right;
  -webkit-font-smoothing: antialiased;
  font-weight: normal !important;
  direction: rtl; }
  .thaana * {
    text-align: right;
    -webkit-font-smoothing: antialiased;
    font-weight: normal !important;
    direction: rtl;
    font-family: MV_Faseyha !important; }

.mv-waheed {
  font-family: MV_Waheed !important; }

.mv-faseyha {
  font-family: MV_Faseyha !important; }

.menu-dhivehi {
  display: block; }
  .menu-dhivehi li {
    float: right;
    margin-top: 3px; }
    .menu-dhivehi li a {
      font-size: 18px; }

.dhivehi-section-title {
  font-size: 21px; }

.dhivehi-recent-news-image {
  margin-left: 10px;
  margin-right: 0px; }

.dhivehi-recent-news p.title {
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 5px; }

.dhivehi-recent-news p.timestamp {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
  color: #666; }

.dhivehi-recent-news p.summary {
  color: #000;
  font-size: 16px;
  line-height: 30px; }

.dhivehi-news-details p.section-title {
  font-size: 21px; }

.dhivehi-news-details .title {
  font-size: 24px;
  line-height: 42px; }

.dhivehi-news-details .text {
  font-family: MV_Faseyha;
  line-height: 32px; }

.dhivehi-news-details span {
  font-family: MV_Faseyha;
  line-height: 34px; }

.dhivehi-news-details .article p.timestamp {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
  color: #666; }

/*
.galleries-form{
	float: left!important;
}

.galleries-form .thaana-field{
	direction: rtl;
	font-family: MV_Faseyha;
	font-size: 16px;
}
*/
.panel-dhivehi {
  direction: rtl; }
  .panel-dhivehi p {
    font-weight: 300 !important;
    font-size: 18px !important;
    font-family: MV_Waheed; }
    .panel-dhivehi p a {
      font-weight: 300 !important;
      font-size: 18px !important;
      font-family: MV_Waheed; }
  .panel-dhivehi .input-group input::-web-kit-input-placeholder {
    font-family: MV_Faseyha !important; }
  .panel-dhivehi i {
    left: 0; }

.links-dhivehi {
  direction: rtl;
  margin-bottom: 30px; }
  .links-dhivehi a {
    font-family: MV_Faseyha;
    line-height: 30px; }
  .links-dhivehi p {
    font-size: 18px !important;
    font-family: MV_Waheed; }
    .links-dhivehi p.list-item {
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 10px; }
    .links-dhivehi p.list-item-normal {
      display: block; }
    .links-dhivehi p.list-item a {
      margin-top: -3px;
      font-size: 16px !important; }
    .links-dhivehi p.list-item i {
      margin-left: 10px;
      font-size: 18px;
      color: #0c9b4a; }
    .links-dhivehi p.timestamp {
      line-height: 13px;
      font-family: MV_Waheed;
      font-size: 13px !important;
      margin-right: 30px;
      margin-bottom: 15px;
      display: block;
      color: #555; }
  .links-dhivehi .more {
    font-size: 14px; }

.downloads {
  list-style: none; }
  .downloads hr {
    border-color: #eee; }
  .downloads .section {
    font-size: 18px;
    border-bottom: solid 1px #eee;
    padding: 10px;
    color: #333; }
    .downloads .section:last-child {
      border: none; }
  .downloads li ul {
    list-style: none;
    padding: 0px 0px;
    color: #666; }

.downloads-dhivehi {
  direction: rtl; }
  .downloads-dhivehi li {
    font-family: MV_Waheed;
    margin-top: 5px;
    font-size: 18px; }
    .downloads-dhivehi li ul li {
      margin-bottom: 15px; }
      .downloads-dhivehi li ul li p {
        font-family: MV_Faseyha;
        font-size: 16px;
        margin: 0px; }
        .downloads-dhivehi li ul li p.timestamp {
          font-size: 13px;
          margin-right: 33px;
          margin-top: -3px; }
        .downloads-dhivehi li ul li p a {
          margin: 0px 10px;
          font-size: 16px;
          font-family: MV_Faseyha !important; }
          .downloads-dhivehi li ul li p a span {
            position: relative;
            top: -6px; }

.downloads .more p a {
  list-style: none;
  color: #0c9b4a;
  font-size: 14px;
  margin: 0px; }

.downloads-dhivehi p i {
  color: #0c9b4a;
  font-size: 18px;
  margin-left: 5px; }

.downloads .child-items {
  list-style: disc;
  margin-right: 50px;
  color: #555; }
  .downloads .child-items li p.timestamp {
    font-size: 12px;
    margin: 0px; }
  .downloads .child-items li p a {
    margin: 0px; }

.slick .text {
  display: inline !important; }
  .slick .text h3 a {
    font-size: 21px; }

.slick-dhivehi .text {
  width: 100%;
  left: -10px; }
  .slick-dhivehi .text h3 a {
    font-family: MV_Waheed !important;
    text-align: right !important;
    display: block !important;
    line-height: 36px; }

.galleries-dhivehi {
  margin-bottom: 30px; }
  .galleries-dhivehi h4, .galleries-dhivehi h2 {
    font-family: MV_Waheed;
    text-align: right; }
  .galleries-dhivehi .description {
    font-family: MV_Faseyha;
    font-size: 20px;
    line-height: 36px; }
  .galleries-dhivehi .list {
    float: right !important; }
    .galleries-dhivehi .list .item p {
      font-size: 16px;
      font-family: MV_Waheed;
      margin-right: 2px; }

.galleries-photo-dhivehi h4 {
  font-family: MV_Waheed !important;
  text-align: right !important; }

.galleries-photo-details-dhivehi h4 {
  font-family: MV_Waheed !important;
  text-align: right !important; }

.galleries-photo-details-dhivehi .tags li {
  font-family: MV_Waheed !important;
  text-align: right !important;
  margin: 0px 0px 3px 3px;
  float: right; }

.galleries-photo-details-dhivehi .caption {
  font-family: MV_Faseyha !important;
  line-height: 32px;
  text-align: right !important; }

.galleries-photo-details-dhivehi .date {
  font-family: MV_Faseyha !important;
  text-align: right !important;
  color: #444;
  font-size: 14px; }

.galleries-photo-details-dhivehi .social {
  float: right;
  margin-left: 5px;
  margin-right: 0px; }

.footer-links-dhivehi {
  direction: rtl;
  font-size: 16px;
  font-family: MV_Faseyha; }
  .footer-links-dhivehi .quick-links {
    font-family: MV_Waheed; }

.complain-form h4 {
  font-family: MV_Waheed;
  direction: rtl;
  font-size: 21px; }

.complain-form #submit {
  background: #0c9b4a;
  padding: 10px 20px;
  color: #fff; }
  .complain-form #submit:hover {
    background: #00733b; }

.consultant-list h4 {
  font-family: MV_Waheed;
  direction: rtl;
  font-size: 21px;
  margin-bottom: 30px; }

.pagination {
  float: right; }
  .pagination span {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    line-height: 22px; }

.search-not-found {
  color: #666;
  font-size: 18px !important; }

.search-more {
  color: #000;
  font-size: 18px !important; }

.mobile-menu .search {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.menu .search div {
  margin-left: 5px; }

.mobile-menu .search {
  padding-bottom: 4px; }
  .mobile-menu .search input {
    padding: 4px;
    margin-left: 8px; }

.status-check-form-dhivehi input {
  direction: ltr !important;
  text-align: left !important; }

/*# sourceMappingURL=app.css.map */


/*# sourceMappingURL=app.css.map */
