﻿html, body {
    height: 100%;
}

.wrapper {
    min-height: 100%;
    height: auto;
    margin: 0 auto -20px;
    padding: 0 0 10px;
}

.page_wrapper {
    min-height: 100%;
    height: auto;
    margin: 0 auto -30px;
    padding: 0 0 60px;
}
.page_container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  
}
.footer {
    background: #000;
    width: 100%;
    height:20px;
}

.navbar {
  position: relative;
  min-height: 20px;
  margin-bottom: 5px;
  border: 1px solid transparent;
 } 
 @media (min-width: 1200px) {
  .container {
    width: 100%;
  }
}
.container-padding {
    padding: 5px 5px;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.col-name {
    margin-top: 5px;
    text-align: center;
    vertical-align: middle;
    font-size: 25px;
}
  .panel-heading {
  padding: 3px 3px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  }
  .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding-top: 2px;
	 padding-bottom: 1px;
	
}
.table-hover > tbody > tr:hover {
  background-color: #CEF6F5;
  }
  
.navbar-inverse {
    background-color: #000;
    border-radius: 0px !important;
}

    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus {
        color: white;
        background-color: #484745 !important;
        line-height: 20px;
    }

    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus {
        color: white;
        background-color: #1f43a5 !important;
        line-height: 20px;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #fff;
    }

    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus {
        color: #fff;
        background-color: #000;
    }

.dropdown-menu > li > a {
    padding: 4px 20px;
    background-color: #484745;
    color: #fff;
}

.dropdown-menu {
    padding: 0px !important;
    color: #fff;
    min-width: 180px;
    border: 0px solid #000000;
}

    .dropdown-menu > li > a:hover {
        color: white;
        background-color: #1f43a5 !important;
    }

.dropdown:hover .dropdown-menu {
    display: block;
}

.badge {
    background-color: orange;
}

.navbar-nav > li:hover {
    background-color: #484745 !important;
}

.footer {
    background: #000;
    width: 100%;
    height:20px;
}

  .navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .nav > li > a {
padding:5px 10px;
}
  .panel-body {
    padding: 8px;
}

.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 12px;
  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;
}

.btn {
  display: inline-block;
  padding: 2px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
body {
  font-family: Verdana;
  font-size: 12px;
  line-height: 1.42857143;
  color: #000000;
  background-color: #fff;
}