﻿html, body {
    height: 100%;
    width: 100%;
}
body {
    padding-top: 50px;
    padding-bottom: 10px;
    overflow: hidden;
    color: #4d4d4d;
    font-size: 10pt;
}
.navbar-default {
    background-color: #ffffff;
    border-width: 0px;
    box-shadow: 0 2px 4px rgba(128, 128, 128, 0.3);
}

    .navbar-default .navbar-brand {
        cursor: default;
        padding: 0 20px 0 20px;
    }

        .navbar-default .navbar-brand img {
            padding: 5px;
        }

.tp-btn-color-1 {
  color: #ffffff;
  background-color: #2ea7e0;
  /*border-color: #4295bd;*/
}
.tp-btn-color-1:hover,
.tp-btn-color-1:focus {
  color: #ffffff;
  background-color: #58b4e0;
  /*border-color: #3A83A5;*/
}
.tp-btn-color-1:active,
.tp-btn-color-1.active {
    background-image: none;
    color: #ffffff;
    background-color:#2390c4;
}
.tp-btn-color-1.disabled,
.tp-btn-color-1[disabled],
fieldset[disabled] .tp-btn-color-1,
.tp-btn-color-1.disabled:hover,
.tp-btn-color-1[disabled]:hover,
fieldset[disabled] .tp-btn-color-1:hover,
.tp-btn-color-1.disabled:focus,
.tp-btn-color-1[disabled]:focus,
fieldset[disabled] .tp-btn-color-1:focus,
.tp-btn-color-1.disabled:active,
.tp-btn-color-1[disabled]:active,
fieldset[disabled] .tp-btn-color-1:active,
.tp-btn-color-1.disabled.active,
.tp-btn-color-1[disabled].active,
fieldset[disabled] .tp-btn-color-1.active {
  background-color: #2ea7e0;
  /*border-color: #4295bd;*/
}

/* tp-btn-color-2 オレンジ */

.tp-btn-color-2 {
  color: #ffffff;
  background-color: #f39800;
  /*border-color: #ff9645;*/
}
.tp-btn-color-2:hover,
.tp-btn-color-2:focus {
  color: #ffffff;
  background-color: #f6b447;
  /*border-color: #F86E50;*/
}
.tp-btn-color-2:active,
.tp-btn-color-2.active {
    background-image: none;
    color: #ffffff;
    background-color: #d98b07;
}
.tp-btn-color-2.disabled,
.tp-btn-color-2[disabled],
fieldset[disabled] .tp-btn-color-2,
.tp-btn-color-2.disabled:hover,
.tp-btn-color-2[disabled]:hover,
fieldset[disabled] .tp-btn-color-2:hover,
.tp-btn-color-2.disabled:focus,
.tp-btn-color-2[disabled]:focus,
fieldset[disabled] .tp-btn-color-2:focus,
.tp-btn-color-2.disabled:active,
.tp-btn-color-2[disabled]:active,
fieldset[disabled] .tp-btn-color-2:active,
.tp-btn-color-2.disabled.active,
.tp-btn-color-2[disabled].active,
fieldset[disabled] .tp-btn-color-2.active {
  background-color: #f39800;
  /*border-color: #ff9645;*/
}

.pointer {
    cursor: pointer;
}


th {
    font-weight:normal;
}

.table > tbody > tr.active > td {
  background-color: #d9eaf2;
}
