
      @font-face {
      		font-family	: Corbert-Regular;
      		src	: url(../fonts/Corbert-Regular.otf);
    	}
      html, body {
          height:100%;
          position:relative;
          font-family: Corbert-Regular;
          overflow: auto;
		  
		 
		  	    }
			
		.form-control {
			font-family: verdana;
			font-size: 13px;
			color :#000;	
		}
      section.table-scroll {
          /*overflow-x: auto;*/
          /*overflow-y: hidden;*/
          width:100%;
      }      
      a {
          color:#428bca;
          text-decoration:none;
      }
      .label-info {
          background-color: #105063;
      }
      textarea {
          width:100% !important;
          /*height:100% !important;*/
      }
      .form-horizontal .control-label{
          text-align:left;
      }
  	  h2 {
      			color: #00A0E3;
      			font-size: 16px;
      			font-weight: bold;
  	  }
  	  .mleft20 {
            margin-left: 20px;
      }
      .panel {
            background-color: transparent;
            margin: 0 auto;
      		  background:#e1e1e1;
      		  color:#000;
            border-radius:0;
            max-width: 900px;
      		  box-shadow: 10px 10px 15px #272727;
      }	  
  	  .mright4 {
      			margin-right: 4px;
      			float: right;
  		}
  	  .mbot10{
  		      margin-bottom:10px;
  	  }
  	  .barcolor{
  			   background: #EAF2D3; 
  	  }	 
      .tab-title {
          color:#fff;
          text-transform: uppercase;
          margin: 0 auto;
      }
      .panel-heading {
          font-size: 20px;
          color:#fff !important;
          background: #3C8A37;
          border-radius: 0;
          border: 1px solid #FFFFFF;
      }
      .panel-body {
          border: 1px solid #fff;
      }
      .well.well-sm {
          color: #1A540C;
      }
      .style-table {
          color:#fff;
          border: 1px solid #fff;
      }
      .style-table thead tr {
          background: #3C8A37;
      }
      .style-table tbody tr td a.name_color {
          color:#FFFF00;
      }                 
      #tableContainer-1 {
          height: 100%;
          width: 100%;
          display: table;
          position: relative;          
      }
      #tableContainer-2 {
          vertical-align: middle;
          display: table-cell;
          height: 100%;
          padding:20px 0;
      }
      #tableContainer-3 {
          vertical-align: top;
          display: table-row;
          height: 100%;
      }
      #tableContainer-head {
          vertical-align: top;
          display: table-row;
          /*height: 100%;*/
      }
      .login-bg {
          background: url("../images/loginbg.jpg");
          background-size: cover;
          background-position: center center;
          background-repeat: no-repeat;
      }
      .login-wrapper {
          position: relative;
          width: 300px;
          margin:0 auto;
      }
      .login-container {
          margin: 0 auto;
          padding: 40px 0;
      }      
      
      /*header*/
      .nav>li>a:focus, .nav>li>a:hover {
          background-color:transparent;
      }
      .nav .open>a, .nav .open>a:focus, .nav .open>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .dropdown-menu>li>a:active {
          background-color: #138286;
          border-color: rgba(51, 122, 183, 0);
          color:#fff;
      }
      .navbar>.container-fluid .navbar-brand {
          color: #FFFFFF;
          margin: 0;
          display: block;
          height: 100%;
          font-weight: bold;
      }
      .navbar>.container-fluid .navbar-brand:hover, .navbar>.container-fluid .navbar-brand:active, .navbar>.container-fluid .navbar-brand:focus {
          background-color:#1683C3;
      }
      div#myNavbar {
          padding: 0;
      }       
      .navbar-brand img {
          display: inline-block;
          vertical-align: middle;
      }
      .navbar>.container-fluid .navbar-brand span {
          position: relative;
          font-size: 25px;
          height: 100%;
          display: inline-block;
          vertical-align: middle;
      }
      .navbar-nav>li>.dropdown-menu {
          border-radius: 0;
          left: 0;
          margin-top: 0;
          padding: 0;
          right: auto;
          background-color: #0BB2B8;
      }
      .dropdown-menu>li>a {
          display: block;
          padding: 6px 20px;
          clear: both;
          font-weight: 400;
          line-height: 1.42857143;
          color: #FFF;
          white-space: nowrap;
      }                  
      .nav-header {
          margin:0;
          border: 0;
          //background-color: #2C4E8B;
          background-color: #14A2F5 !important;
          border-bottom: 1px solid #fff;
      }
      .nav-header a {
          color:#fff;
      }
      .nav-icon {
          display: block;
          font-size: 30px;
          margin-bottom: 5px;
      }
      .nav-trans {
          //-webkit-transform: rotate3d(0,0,0,0deg);
          //background-color: #0BB2B8;
          -webkit-transition: all 0.2s linear;
          //border-left:1px solid #fff;;
          margin-left:1px;
          width: 120px;
          vertical-align: middle;
          text-align: center;
      }
      .nav-trans:hover, .nav-trans:focus, .nav-trans:active {
          //-webkit-transform: rotate3d(100,0,0,360deg);
          background-color: #0BB2B8;
      }
      .nav-logout {
          background-color:#E54F4E;
      }
      .nav-logout:hover, .nav-logout:active, .nav-logout:focus {
          //background-color:#f00;
      }
      .nav-profile {
          background-color:#3BD1E6;
      }
      .nav-profile:hover, .nav-profile:active, .nav-profile:focus {
          //background-color:#3BD1E6;
      }
      .nav-staff {
          background-color:#FFA021;
      }
      .nav-staff:hover, .nav-staff:active, .nav-staff:focus {
          //background-color:#FFA021;
      }
      .nav-customer {
          background-color:#A350D8;
      }
      .nav-customer:hover, .nav-customer:active, .nav-customer:focus {
          //background-color:#A350D8;
      }
      .nav-complaint {
          //background-color:#4949FF;
          background-color:#2ABF64;
      }
      .nav-complaint:hover, .nav-complaint:active, .nav-complaint:focus {
          //background-color:#4949FF;
      }
      .nav-home {
          background-color:#8A5F35;
      }
      .nav-home:hover, .nav-home:active, .nav-home:focus {
          //background-color:#A94442;
      }
      button.navbar-toggle {
          border: 1px solid #fff;
          border-radius: 0;
          margin-left: 5px;
          margin-right: 5px;
          margin-top: 16px;
          padding: 5px;
          float: left;
      }
      button.navbar-toggle:hover, button.navbar-toggle:active, button.navbar-toggle:focus {
          background-color: #fff;
          border-color: #3763AE;
      }      
      button.navbar-toggle .icon-bar {
          background-color: #fff;
          height: 2px;
          width: 22px;
      }
      button.navbar-toggle:hover>span.icon-bar, button.navbar-toggle:active>span.icon-bar, button.navbar-toggle:focus>span.icon-bar {
          background: #3762B1;
      }      
      
      /*footer*/
      ul.unstyled {
          color: #fff;
      }
      ul.unstyled li a, ul.unstyled li a:hover {
          color: #FFAE2F;
      }
      footer {
          color: #fff;
      }
      footer a, footer a:hover {
          color: #FF9D11;
      }
      
      /*dashboard widgets*/
      .dashboard-bg {
          background: url("../images/dashboard.jpg");
          background-size: cover;
          background-position: center center;
          background-repeat: no-repeat;
      }
      .widget .col-sm-1, .widget .col-sm-2, .widget .col-sm-3, .widget .col-sm-4, .widget .col-sm-5, .widget .col-sm-6, .widget .col-sm-7, .widget .col-sm-8, .widget .col-sm-9, .widget .col-sm-10, .widget .col-sm-11, .widget .col-sm-12,
      .widget .col-xs-1, .widget .col-xs-2, .widget .col-xs-3, .widget .col-xs-4, .widget .col-xs-5, .widget .col-xs-6, .widget .col-xs-7, .widget .col-xs-8, .widget .col-xs-9, .widget .col-xs-10, .widget .col-xs-11, .widget .col-xs-12,
      .widget .col-lg-1, .widget .col-lg-2, .widget .col-lg-3, .widget .col-lg-4, .widget .col-lg-5, .widget .col-lg-6, .widget .col-lg-7, .widget .col-lg-8, .widget .col-lg-9, .widget .col-lg-10, .widget .col-lg-11, .widget .col-lg-12,
      .widget .col-md-1, .widget .col-md-2, .widget .col-md-3, .widget .col-md-4, .widget .col-md-5, .widget .col-md-6, .widget .col-md-7, .widget .col-md-8, .widget .col-md-9, .widget .col-md-10, .widget .col-md-11, .widget .col-md-12 {
          padding:0;    
      }
      .inner-col .col-sm-1, .inner-col .col-sm-2, .inner-col .col-sm-3, .inner-col .col-sm-4, .inner-col .col-sm-5, .inner-col .col-sm-6, .inner-col .col-sm-7, .inner-col .col-sm-8, .inner-col .col-sm-9, .inner-col .col-sm-10, .inner-col .col-sm-11, .inner-col .col-sm-12,
      .inner-col .col-xs-1, .inner-col .col-xs-2, .inner-col .col-xs-3, .inner-col .col-xs-4, .inner-col .col-xs-5, .inner-col .col-xs-6, .inner-col .col-xs-7, .inner-col .col-xs-8, .inner-col .col-xs-9, .inner-col .col-xs-10, .inner-col .col-xs-11, .inner-col .col-xs-12,
      .inner-col .col-lg-1, .inner-col .col-lg-2, .inner-col .col-lg-3, .inner-col .col-lg-4, .inner-col .col-lg-5, .inner-col .col-lg-6, .inner-col .col-lg-7, .inner-col .col-lg-8, .inner-col .col-lg-9, .inner-col .col-lg-10, .inner-col .col-lg-11, .inner-col .col-lg-12,
      .inner-col .col-md-1, .inner-col .col-md-2, .inner-col .col-md-3, .inner-col .col-md-4, .inner-col .col-md-5, .inner-col .col-md-6, .inner-col .col-md-7, .inner-col .col-md-8, .inner-col .col-md-9, .inner-col .col-md-10, .inner-col .col-md-11, .inner-col .col-md-12 {
          padding-left:15px;
          padding-right:15px;    
      }
      .widget-wrap {
          padding:2px;
          color:#fff;
          //-webkit-transform: rotate3d(0,0,0,0deg);
          -webkit-transform:scale(0.98);
          -webkit-transition:all 0.1s ease-out;
		      box-shadow: 5px 3px 1px 0px #484848;
      }
      .widget-wrap:hover, .widget-wrap:active, .widget-wrap:focus {
          -webkit-transform:scale(1);
          //-webkit-transform: rotate3d(0,100,0,360deg);
      }
      .widget-wrap a {
          color: #fff;
      }
      .widget-wrap a:hover, .widget-wrap a:focus {
          text-decoration: none;
      }      
      .widget-color-1 {
          //background-color:#38B3E0;
          background: rgba(45,205,104,1);
          background: -moz-linear-gradient(-45deg, rgba(45,205,104,1) 0%, rgba(39,176,96,1) 100%);
          background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(45,205,104,1)), color-stop(100%, rgba(39,176,96,1)));
          background: -webkit-linear-gradient(-45deg, rgba(45,205,104,1) 0%, rgba(39,176,96,1) 100%);
          background: -o-linear-gradient(-45deg, rgba(45,205,104,1) 0%, rgba(39,176,96,1) 100%);
          background: -ms-linear-gradient(-45deg, rgba(45,205,104,1) 0%, rgba(39,176,96,1) 100%);
          background: linear-gradient(135deg, rgba(45,205,104,1) 0%, rgba(39,176,96,1) 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dcd68', endColorstr='#27b060', GradientType=1 );
      }
      .widget-color-2 {
          //background-color:#148A16;
          background: rgba(255,163,51,1);
          background: -moz-linear-gradient(-45deg, rgba(255,163,51,1) 0%, rgba(255,155,5,1) 100%);
          background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,163,51,1)), color-stop(100%, rgba(255,155,5,1)));
          background: -webkit-linear-gradient(-45deg, rgba(255,163,51,1) 0%, rgba(255,155,5,1) 100%);
          background: -o-linear-gradient(-45deg, rgba(255,163,51,1) 0%, rgba(255,155,5,1) 100%);
          background: -ms-linear-gradient(-45deg, rgba(255,163,51,1) 0%, rgba(255,155,5,1) 100%);
          background: linear-gradient(135deg, rgba(255,163,51,1) 0%, rgba(255,155,5,1) 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa333', endColorstr='#ff9b05', GradientType=1 );
      }
      .widget-color-3 {
          //background-color:#6C9428;
          background: rgba(168,96,220,1);
          background: -moz-linear-gradient(-45deg, rgba(168,96,220,1) 0%, rgba(156,58,212,1) 100%);
          background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(168,96,220,1)), color-stop(100%, rgba(156,58,212,1)));
          background: -webkit-linear-gradient(-45deg, rgba(168,96,220,1) 0%, rgba(156,58,212,1) 100%);
          background: -o-linear-gradient(-45deg, rgba(168,96,220,1) 0%, rgba(156,58,212,1) 100%);
          background: -ms-linear-gradient(-45deg, rgba(168,96,220,1) 0%, rgba(156,58,212,1) 100%);
          background: linear-gradient(135deg, rgba(168,96,220,1) 0%, rgba(156,58,212,1) 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a860dc', endColorstr='#9c3ad4', GradientType=1 );
      }
      .widget-color-4 {
          //background-color:#386EE0;
          background: rgba(51,241,255,1);
          background: -moz-linear-gradient(-45deg, rgba(51,241,255,1) 0%, rgba(5,226,255,1) 100%);
          background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(51,241,255,1)), color-stop(100%, rgba(5,226,255,1)));
          background: -webkit-linear-gradient(-45deg, rgba(51,241,255,1) 0%, rgba(5,226,255,1) 100%);
          background: -o-linear-gradient(-45deg, rgba(51,241,255,1) 0%, rgba(5,226,255,1) 100%);
          background: -ms-linear-gradient(-45deg, rgba(51,241,255,1) 0%, rgba(5,226,255,1) 100%);
          background: linear-gradient(135deg, rgba(51,241,255,1) 0%, rgba(5,226,255,1) 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33f1ff', endColorstr='#05e2ff', GradientType=1 );
      }
      .widget-color-5 {
          //background-color:#386EE0;
          background: rgba(230,86,86,1);
          background: -moz-linear-gradient(-45deg, rgba(230,86,86,1) 0%, rgba(224,55,46,1) 100%);
          background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(230,86,86,1)), color-stop(100%, rgba(224,55,46,1)));
          background: -webkit-linear-gradient(-45deg, rgba(230,86,86,1) 0%, rgba(224,55,46,1) 100%);
          background: -o-linear-gradient(-45deg, rgba(230,86,86,1) 0%, rgba(224,55,46,1) 100%);
          background: -ms-linear-gradient(-45deg, rgba(230,86,86,1) 0%, rgba(224,55,46,1) 100%);
          background: linear-gradient(135deg, rgba(230,86,86,1) 0%, rgba(224,55,46,1) 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e65656', endColorstr='#e0372e', GradientType=1 );
      }
      .widget-color-6 {
          //background-color:#386EE0;
          background: rgba(254,52,180,1);
          background: -moz-linear-gradient(top, rgba(254,52,180,1) 0%, rgba(254,6,151,1) 100%);
          background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,52,180,1)), color-stop(100%, rgba(254,6,151,1)));
          background: -webkit-linear-gradient(top, rgba(254,52,180,1) 0%, rgba(254,6,151,1) 100%);
          background: -o-linear-gradient(top, rgba(254,52,180,1) 0%, rgba(254,6,151,1) 100%);
          background: -ms-linear-gradient(top, rgba(254,52,180,1) 0%, rgba(254,6,151,1) 100%);
          background: linear-gradient(to bottom, rgba(254,52,180,1) 0%, rgba(254,6,151,1) 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe34b4', endColorstr='#fe0697', GradientType=0 );
      }
      .widget-color-7 {
          //background-color:#386EE0;
          background: rgba(54,172,231,1);
          background: -moz-linear-gradient(top, rgba(54,172,231,1) 0%, rgba(25,142,215,1) 100%);
          background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(54,172,231,1)), color-stop(100%, rgba(25,142,215,1)));
          background: -webkit-linear-gradient(top, rgba(54,172,231,1) 0%, rgba(25,142,215,1) 100%);
          background: -o-linear-gradient(top, rgba(54,172,231,1) 0%, rgba(25,142,215,1) 100%);
          background: -ms-linear-gradient(top, rgba(54,172,231,1) 0%, rgba(25,142,215,1) 100%);
          background: linear-gradient(to bottom, rgba(54,172,231,1) 0%, rgba(25,142,215,1) 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36ace7', endColorstr='#198ed7', GradientType=0 );
      }
      
      .widget-height-1 {
          height: 244px;
          display:table;
          width: 100%;
          vertical-align: middle;
          text-align: center;
      }
      .widget-height-2 {
          height:120px;
          display:table;
          width: 100%;
          vertical-align: middle;
          text-align: center;
      }
      .widget-height-3 {
          height:181px;
          display:table;
          width: 100%;
          vertical-align: middle;
          text-align: center;
      }
      .widget-height-4 {
          height:84px;
          display:table;
          width: 100%;
          vertical-align: middle;
          text-align: center;
      }
      .widget-top {
          width: 100%;
          display: table-row;
      }
      .widget-top span {
          width: auto;
          display: block;
          text-align: center;
          padding: 2px 10px;
          margin-top: 5px;
          float: right;
          margin-right: 5px;
      }     
      .widget-middle {
          width: 100%;
          height: 100%;
          display: table-row;
          vertical-align: middle;
      }
      .widget-middle h1 {
          font-size: 100px;
          display: table-cell;
          height: 100%;
          vertical-align: middle;
      }
      .widget-middle h2 {
          font-size: 30px;
          color: #FFF;
      }
      .widget-bottom {
          width: 100%;
          display: table-row;
          text-align: left;
      }
      .widget-bottom label {
          margin: 0;
          width: 100%;
          background: rgba(0, 0, 0, 0.15);
          color: #fff;
          font-size: 12px;
          text-transform: uppercase;
          font-weight: bold;
          padding: 2px 5px;
      }   
	  
	  .form-control-time{
		    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	  }
	  
	  #item th {
    font-size: 1.4em;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 4px;
    background-color: #3C8A37;
    color: #fff;
}
#item2 th {
    font-size: 1.2em;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 4px;
    background-color: #3C8A37;
    color: #fff;
}
 #item1 th  {
    font-size: 1.2em;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 4px;
    background-color: #A7C942;
    color: #000;
}
#item td, #item th,#item2 td, #item2 th{
    font-size: 1.2em;
    border: 1px solid #3C8A37;
    padding: 3px 7px 2px 7px;
}
#item1 td, #item1 th {
    font-size:15px;
    border: 1px solid #A7C942;
    padding: 3px 7px 2px 7px;
}
table, th, td {
    border: none;
}
textarea.form-control{
	height:85px;	
}
/*table{counter-reset:section;}
.count:before
{
counter-increment:section;
content:counter(section);
}*/
