@charset "UTF-8";

/* Header */
#header h1 {
  margin-top: 0;
}

.main {
  padding-bottom: 0px;
}

/* Footer */
.footer__complementary__inner .col-2 {
  width: auto;
  float: none;
  height: 45px;
}

/* case-logo-list */
.user_logos {
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    width: 980px;
}

#users .sub_head {
    font-size: 19px;
    line-height: 1;
    width: 980px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 52px;
    padding-bottom: 7px;
    text-align: center;
    color: #4c566c;
    border-bottom: 1px solid #4c566c;
}

.case-logo-list ul {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.case-logo-list .item {
    display: table-cell;
    overflow: hidden;
    box-sizing: border-box;
    word-wrap: break-word;
    vertical-align: middle;
    width: 20%;
    text-align: center;
}

/* Form */
#form_body {
  /*width: 800px;*/
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #efefef;
}

.form_info {
  font-size: 18px;
}

.form-table th {
  width: 33%;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: none;
}

.form-table input {
    font-size: 16px;
    line-height: 38px;
    width: 90%;
    height: 38px;
    margin: 0;
    margin-right: 20px;
    padding: 0 9.5px;
    padding-right: 13px;
    padding-left: 13px;
    -webkit-transition-duration: .12s;
    transition-duration: .12s;
    -webkit-transition-property: all;
    transition-property: all;
    color: #2e3b4e;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #f3f6f7;
    box-shadow: none;
}

.form-table select {
    line-height: 38px;
    width: 95%;
    height: 38px;
    padding-top: 5px;
    padding-right: 13px;
    padding-bottom: 5px;
    padding-left: 13px;
    color: #7e8ba8;
    border-color: #7e8ba8;
    background-color: white;
    -webkit-appearance: menulist-button;
}

.form-table textarea {
    font-size: 16px;
    line-height: 1.45;
    overflow: hidden;
    width: 90%;
    height: 160px;
    margin: 0;
    padding: 40px;
    padding-top: 10px;
    padding-right: 13px;
    padding-bottom: 10px;
    padding-left: 13px;
    resize: none;
    -webkit-transition-duration: .12s;
    transition-duration: .12s;
    -webkit-transition-property: all;
    transition-property: all;
    color: #2e3b4e;
    border: 1px solid #eee;
    border-color: #ddd;
    border-radius: 3px;
    background-color: #f3f6f7;
    box-shadow: none;
}

#submit-button {
    font-size: 33px;
    font-weight: bold;
    line-height: 75px;
    display: table;
    padding: 0 65px !important;
    -webkit-transition-duration: .12s;
    transition-duration: .12s;
    -webkit-transition-property: all;
    transition-property: all;
    text-decoration: none;
    letter-spacing: .1em;
    color: white;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 4px solid #23551c;
    background-color: #5c8c46;
    margin: 20px auto 0;
    cursor: pointer;
}

#submit-button:hover {
    text-decoration: none;
    color: white;
    border-color: #23551c;
    background-color: #23551c;
}

.form-table .label-warning {
  float: right;
}

.form-table td {
  padding-left: 3%;
}
@media screen and (max-width: 767px) {
    .footer__complementary__inner .col-2 {
        height: 100px;
    }
}
@media screen and (max-width: 480px) {
    .footer {
        padding-bottom: 40px;
        padding-top: 40px;
    }

    .form-table th {
        border-top: 1px solid #ddd;
        display: block;
        margin-top: 15px;
        width: 100%;
    }
    .form-table td {
        display: block;
        height: auto;
        padding-left: 0;
        width: 100%;
    }
}

.form-table textarea:focus,
.form-table input[type="text"]:focus,
.form-table input[type="password"]:focus,
.form-table input[type="datetime"]:focus,
.form-table input[type="datetime-local"]:focus,
.form-table input[type="date"]:focus,
.form-table input[type="month"]:focus,
.form-table input[type="time"]:focus,
.form-table input[type="week"]:focus,
.form-table input[type="number"]:focus,
.form-table input[type="email"]:focus,
.form-table input[type="url"]:focus,
.form-table input[type="search"]:focus,
.form-table input[type="tel"]:focus,
.form-table input[type="color"]:focus,
.form-table .uneditable-input:focus {
  border-color: #ffb24d;
  border-width: medium;
  outline: 0 none;
}

/* Comment */
.ss_bottomComment, .ss_leftComment {
  color: #999;
}

.form-table input[type="checkbox"] {
  width: auto;
  height: auto;
}

/* acting_alert */
#acting_alert {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 5px;
	z-index: 1000;
	opacity: .60;
	-moz-opacity: .60;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
#acting_alert p.close_alert {
	margin: 0;
	padding: 3px;
	background: #1393c0;
	text-align: right;
	height: 25px;
}
#acting_alert p.content {
	padding: 1em;
	margin: 0;
	background: #fff;
	border: 1px solid #1393c0;
	height: 100%;
}
#acting_alert span.top, #acting_alert span.bottom {
	display: block;
	background: #fff;
}
#acting_alert span.top span, #acting_alert span.bottom span {
	display: block;
	height: 1px;
	overflow: hidden;
	background: #1393c0;
}
#acting_alert span.r1 {
	margin: 0 5px;
}
#acting_alert span.r2 {
	margin: 0 3px;
}
#acting_alert span.r3 {
	margin: 0 2px;
}
#acting_alert span.top span.r4, span.bottom span.r4 {
	margin: 0 1px;
	height: 2px;
}
#acting_alert span.item {
	font-size: 12px;
}
.close_alert a img {
  float: left;
  width: 23px;
  height: 23px;
}

/* CompletePage */
#content_header {
  text-align: center;
  background-color: #001f4c;
}

#main_msg {
  text-align: center;
  background-color: #efefef;
  padding-top: 30px;
}

#main_msg h2 {
  margin-bottom: 20px;
}

#form {
  /*width: 800px;*/
  margin: 30px auto;
}

#form_title {
  text-align: center;
  margin-top: 30px;
}

#form_body {
  padding: 20px;
  border: 1px solid #efefef;
}

#form_msg {
  margin: 15px 0;
  font-size: 18px;
}

#ss_inqtitle {
  margin-top: 50px;
}
