/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 12 ม.ค. 2559, 11:32:14
    Author     : Bermuda
*/

table{
    font-size:13px;
}

.panel-default {
    border-color: #337ab7;
}

.container-full {
  margin: 0 auto;
  width: 100%;
}

.container-non-responsive {
  /* Margin/padding copied from Bootstrap */
  margin-top:30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;

  /* Set width to your desired site width */
  width: 100%;
}
.panel-heading{
font-size:18px;
}



nav{
    display:none;
}

.panel-default > .panel-heading {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
}

.group3 td{
    background-color:#234f75;
    color:#fff;
    font-weight: bold;
}

.btn-info {
   color: white !important;
  border: 1px solid #111;
  background-color: #337ab7;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #337ab7 0%, #111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #337ab7 0%, #111 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #337ab7 0%, #111 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #337ab7 0%, #111 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #337ab7 0%, #111 100%);
  /* W3C */
}

.btn-danger {
   color: white !important;
  border: 1px solid #111;
  background-color: #d9534f;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d9534f 0%, #111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #d9534f 0%, #111 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #d9534f 0%, #111 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #d9534f 0%, #111 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #d9534f 0%, #111 100%);
  /* W3C */
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  color: white !important;
  border: 1px solid #111;
  background-color: #337ab7;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #337ab7 0%, #111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #337ab7 0%, #111 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #337ab7 0%, #111 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #337ab7 0%, #111 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #337ab7 0%, #111 100%);
  /* W3C */
}

.panel-heading{
    font-size:24px;
}

@media (max-width: 800px) {
  .container-non-responsive {
    width: 1200px;
  }
  .btn{
      font-size:20px;
      padding:20px;
      margin-bottom:20px;
  }
.panel-heading{
    font-size:40px;
}
.label-default {
  font-size:30px;
  padding:25px;
}
.smob
{
height: 72px;
line-height: 72px;
font-size: 40px;
}
#datepicker input{
    font-size:30px;
    padding:30px;
}
#datepicker .input-group-addon{
    font-size:30px;
}
}
@media (max-width: 1130px) {
  .container-non-responsive {
    width: 1250px;
  }
}