@charset "UTF-8";

html {
  height: 100%;
}

body {
  font-family: -apple-system, 'BlinkMacSystemFont', '.SFNSDisplay-Regular', 'Segoe UI', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', 'Yu Gothic Medium', 'メイリオ', 'Meiryo', sans-serif;
  height: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

@media only screen and 
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}

.wrap > .container {
  padding: 70px 15px 20px;
}

.footer {
  height: 60px;
  background-color: #131b3f;
  border-top: 1px solid #ddd;
  color: #fff;
}

.footer p {
  margin-top: 21px;
}

.footer ul {
  margin-top: 5px;
}

.jumbotron {
  text-align: center;
  background-color: transparent;
}

.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

.not-set {
  color: #c55;
  font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}

a.asc:after {
  content: /*'\e113'*/ '\e151';
}

a.desc:after {
  content: /*'\e114'*/ '\e152';
}

.sort-numerical a.asc:after {
  content: '\e153';
}

.sort-numerical a.desc:after {
  content: '\e154';
}

.sort-ordinal a.asc:after {
  content: '\e155';
}

.sort-ordinal a.desc:after {
  content: '\e156';
}

.grid-view th {
  text-align: center;
  white-space: nowrap;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

.navbar-brand {
  padding: 5px 15px;
}

.va-middle > thead > tr > th,
.va-middle > tbody > tr > th,
.va-middle > tfoot > tr > th,
.va-middle > thead > tr > td,
.va-middle > tbody > tr > td,
.va-middle > tfoot > tr > td {
  vertical-align: middle;
}

label:not([for]) {
  font-weight: normal;
}

.fa-yahoo {
  color: #f00;
}

.fa-google {
  color: #4f80f0;
}

.red {
  color: #f00;
}

.have-index {
  color: #000;
}

.have-index .text-input {
  margin-top: 2px;
  margin-bottom: 10px;
}

.have-index .pagination {
  margin: 0;
}

.have-index .pagination > li > a,
.have-index .pagination > li > span {
  border: none;
  font-weight: 400;
  padding: 0 5px;
}

.have-index .pagination > .active > a,
.have-index .pagination > .active > span,
.have-index .pagination > .active > a:hover,
.have-index .pagination > .active > span:hover,
.have-index .pagination > .active > a:focus,
.have-index .pagination > .active > span:focus {
  background-color: #fff;
  color: #000;
  font-weight: 700;
}

.have-index .table > thead > tr > th,
.have-index .table > tbody > tr > th,
.have-index .table > tfoot > tr > th,
.have-index .table > thead > tr > td,
.have-index .table > tbody > tr > td,
.have-index .table > tfoot > tr > td {
  border-color: #666;
  padding: 1px 2px;
  vertical-align: middle;
}

.have-index .rank {
  width: 33px;
}

.have-index .spacer {
  border-right: none;
  border-left: none;
  height: 10px;
}

.admin-index .row {
  margin-bottom: 15px;
}

.admin-index .btn-lg {
  margin: 15px auto;   
}

.bootbox.admin-user .modal-body {
  height: 575px;
  padding: 0px 15px;
}

.admin-index .form-inline {
    margin-bottom: 7.5px;
}

@media (min-width: 768px) {
    .admin-index input[name='user_id'],
    .admin-index input[name='user_name'] {
        width: 79%;    
    }

    .admin-index input[name='agency_id'],
    .admin-index input[name='agency_name'] {
        width: 87%;
    }
    
    .admin-index input[name='url'] {
        width: 91%;
    }

	.admin-index input[name='keyword_id'] {
        width: 80%;
    }
    
    .admin-index input[name='keyword'] {
        width: 83%;
    }

    .admin-index input[name='have_sub_domain'] {
        width: 74.5%;
    }

    .admin-index input[name='have_user_name'] {
        width: 80%;
    }

    .admin-index input[name='charge_group_name'] {
        width: 79%;
    }

    .admin-index .input-daterange {
        width: 87%;
    }

    .admin-index .input-daterange.grab-date {
        width: 84%;
    }
}
