body{
  position: relative;
}
.form-control{
  width: 100% !important;
}
.main-content-container{
 margin-top: 20px;
 margin-bottom: 20px;
}
.main-content-admin{
  padding: 15px;
}
.user-welcome{
  float: right;
  margin-top: 50px; 
  margin-right: 40px;
}
.user-welcome a{
  color: #000000;
  font-size: 16px;
  opacity: 1;
}
/*Utility classes*/

.pl-5{
  padding-left: 5px;
}
.pr-5{
  padding-right: 5px;
}
.mr-5{
  margin-right: 5px;
}
.no-padding{
  padding: 0px !important;
}
.mb-15{
  margin-bottom: 15px !important;
}
.ml-5{
  margin-left: 5px;
}
.mr-5{
  margin-right: 5px;
}
.padding-20{
  padding:20px;
}
.mt-30{
  margin-top: 30px;
}
.mb-30{
  margin-bottom: 30px;
}
.underline{
  text-decoration: underline !important;
}
.text-bold{
  font-weight: bold;
}
.text-12{
  font-size: 12px;
}
.red {
    color: red !important;
}
.full-width{
  width: 100% !important;
}
.btn-red{
  border-color: #eb2026;
  background-color: #eb2026;
  color: #fff!important;
  font-size: 16px;
}
.btn-blue{
  border-color: #2d64af;
  background-color: #2d64af;
  color: #fff!important;
  font-size: 16px;
}
.btn-red:hover{
  background-color: #c61217;
}
.btn-yellow{
  border-color: #ffd700;
  background-color: #ffd700;
  color: #000!important;
  font-size: 16px;
}
.card-title{
  font-size: 20px;
  font-family: 'pt sans';
}
/*Gi Council Login Screen*/
.misc-wrapper {
  width: 100%;
  height: 100%;
  display: table;
  position: relative;
  background-image: url(../images/pattern.png);
  background-color: #0A8A97;
  background-repeat: repeat;
  padding: 20px 0;
}
.misc-content {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  position: relative;
}
.misc-box {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  padding: 15px;
}
.misc-box .img-circle {
  border: 2px solid rgba(0, 0, 0, 0.1);
}
.misc-box .checkbox {
  margin: 0px;
  padding-top: 0px;
}
.misc-box h4 {
  line-height: 26px;
}
.misc-footer {
  color: #fff;
  opacity: 0.8;
  padding: 20px 15px;
}
.misc-header {
  background: #fff;
  padding: 15px;
}
.misc-header img{
  width: 250px;
  height: auto;
}
.btn-info-login{
  background-color: #0A8A97 !important;
  border-color: #0A8A97;
  margin-top: 15px;
  font-size:16px;
}

/*Header and Footer Navigation*/
  #wrapper {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 15px #cdcdcd;
    display: block;
    margin: 0 auto;
    max-width: 1030px;
    min-width: 320px;
    padding: 0;
    /*margin-top: 10px;*/
  }
  .main-container{
   width:100%;
   max-width: 900px;
   margin: 0 auto;
   padding: 15px;
  }
  .row {
    display: block;
    margin: 0 auto;
    position: relative;
  }
  .logo {
    display: block;
    height: 96px;
    margin: 20px 0 0;
    width: 350px;
  }
  a {
    outline: medium none !important;
    text-decoration: none !important;
}
  .logo a {
    display: block;
    height: 89px;
    overflow: hidden;
    width: 350px;
  }
 #menu{position:relative;  z-index:777}
.menu-section{display:block; height:50px; position: relative; border-bottom:1px solid #006872 !important; max-width: 1030px;}
.menu-section.centered{margin: 0 auto;}
.nav-bar-custom{
  border-radius: 0px;
  background-color: #0A8A97;
  /*z-index: 99999;*/
}
.nav-bar-custom .navbar-nav > li > a {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}
.nav-bar-custom .navbar-nav > .active > a, .nav-bar-custom .navbar-nav > .active > a:focus, .nav-bar-custom .navbar-nav > .active > a:hover {
    background-color: #000 !important;
    color: #fff !important;
}
.nav-bar-custom .navbar-nav > li > a:focus, .nav-bar-custom .navbar-nav> li > a:hover{
    background-color: #000 !important;
    color: #fff !important;
}
.menu-section nav ul.navbar-nav > li.active{
   background-color: #000 !important;
   color: #fff !important;
}
.dropdown-menu{
  padding:0px !important;
  background-color: #000;
  z-index: 9999;
}
.dropdown-menu > li > a {
  color: #fff;
  padding:10px;
  font-size: 14px;
}
.dropdown-menu > li > a:hover {
  background-color: #2AABD2;
  color: #fff;
}
.btn-primary{background:#0a8a97; border:1px solid #0a8a97; color:#fff;}
.btn-white{background:#fff; border:1px solid #ddd; color:#0a8a97;font-size: 16px;}
.login-home{ float: right; margin-top: 40px;}

/*Footer*/

#footer{background: #D0D0D0;margin-top:200px;}
#footer1{ background: #2a2b30;
    padding: 5px;
    color: #fff;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    width: 100%;
    }
.poweredfooter a{
    color: #428bca;
    text-decoration: none;
}
.footer-top{background:#797979; height:50px; line-height:50px;}
.widget-header{font-size:16px; font-weight:normal; margin:0 40px 10px 0; color:#000; height:50px; line-height:50px; text-shadow:1px 1px 0 #fff; text-indent:0px;}
.footer-area{padding:0 15px;}
.footer-area .col-xs-6{padding:0 !important; }
.footer-area ul{list-style:none; padding:0;}
.footer-area ul a{color:#000; font-size:13px; margin-bottom:5px; display:block; text-shadow:1px 1px 0 #fff;}
#footer a{font-size:13px;display:block;}
#footer a{display:inline-block;}
.footer-area ul a:hover{text-decoration:underline !important;}
.footer-bottom{height:40px; line-height:40px; padding:0 20px; color:#777777;}
.footer-bottom a{color:#777777;}

/*Customer Page*/

.sel-dropdown{
  max-width: 220px;
  min-width: 220px;
}
/*
 * Sidebar
 */

.sidebar {
  border-right: 1px solid #eee;
  padding:5px;
}

.table-wrapper{
   overflow-x:scroll;
   display:block;
 }

td{
  white-space: nowrap;
}
th{
  white-space: nowrap;
}
   
div.dataTables_scrollBody table.dataTable thead th.sorting:after,
div.dataTables_scrollBody table.dataTable thead th.sorting_asc:after,
div.dataTables_scrollBody table.dataTable thead th.sorting_desc:after {
content: "";
}
.push-table td, .push-table th{
   padding: 5px;
 }

 /*Gi_data*/
 .indicative-total {
    color: #0a8a97;
    font-size: 22px;
}
/*.dataTables_wrapper .dataTables_paginate .paginate_button {
   background: #eb2026 !important;
    border-color: #eb2026 !important;
    font-size: 12px;
    color: #fff !important;
}*/
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #eb2026 !important;
    border-color: #eb2026 !important;
    font-size: 12px;
    color: #fff !important;
}
.disabledTab{
    pointer-events: none;
}
table.dataTable tbody th, table.dataTable tbody td {
  font-size: 12px;
}
.api-kit{
  float:right;
}
/**
  MEDIA QUERIES
*/

/********** Medium devices only **********/
@media (min-width: 992px) and (max-width: 1199px) {

}

/********** Small devices only **********/
@media (min-width: 768px) and (max-width: 991px) {
  #footer{
    margin-top: 0px;
  }
  .mobile-center{
    text-align: center
  }
  .sel-dropdown{
    width: 100%;
  }
 
}

/********** Extra small devices only **********/
@media(min-width: 480px) and (max-width: 767px) {
  .nav-bar-custom .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .user-welcome{margin-top: 27px;margin-right: 0px;}
  .logo {height: auto;width: 100%;margin-top: 5px;margin-bottom: 5px;}
  .logo img{float:left; width: 250px;}
  .logo a{height: auto;width: 100%;}
  .user-welcome a{font-size: 14px;}
  #footer{
    margin-top: 0px;
  }
  .card-title {
    font-size: 13px;
    font-weight: bold;
  }
  .mobile-center{
    text-align: center
  }
  .sel-dropdown{
    width: 100%;
  }
  .nav > li > a {
    display: block;
    padding: 10px;
    position: relative;
  }
  .api-kit{
    float: none;
    display: block;
  }
}


/********** Super extra small devices Only (e.g., iPhone 4) **********/
@media (max-width: 479px) {
  .nav-bar-custom .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .logo img{float:left; width: 160px;}
  .logo {height: auto;width: 100%;margin-top: 5px;margin-bottom: 5px;}
  .logo a{height: auto;width: 100%;}
  .login-home {margin-top: 15px;}  
  .user-welcome{margin-top: 15px !important;margin-right: 0px;}
  .user-welcome a{font-size: 13px;}
  #footer{
    margin-top: 0px;
  }
  .card-title {
    font-size: 13px;
    font-weight: bold;
  }
  .mobile-center{
    text-align: center
  }
  .sel-dropdown{
    width: 100%;
  }
  .nav > li > a {
    display: block;
    padding: 10px;
    position: relative;
  }
  .api-kit{
    float: none;
    display: block;
  }
}
img.f_logo{
  width: 100%;
}
.new_footer {
    float: left;
    width: 100%;
    display: block;
    background: #0a8a97;
    padding: 30px 0px 30px;
}
ul.f_item {
    float: left;
    list-style: none;
    color: #fff;
}
a.f_list {
    color: #fff;
    padding: 5px 0px 5px;
    float: left;
    font-size: 15px;
}
a.f_list:hover {
    text-decoration: none;
}
ul.bottom_f {
    float: right;
    list-style: none;
    display: inline-block;
}
ul.bottom_f>li{
      display: inline-block;
    text-align: right;
}