@charset "utf-8";
/*
Proxy用のスタイルシート
*/
#crawling_info_table_wrapper{
	margin-top:1px;
	overflow:scroll;
}

#crawling_info_table{
    font-size: 10px;
}

@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('fonts/glyphicons-halflings-regular.eot');
  src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
       url('fonts/glyphicons-halflings-regular.woff2') format('woff2'),
       url('fonts/glyphicons-halflings-regular.woff') format('woff'),
       url('fonts/glyphicons-halflings-regular.ttf') format('truetype'),
       url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

#proxy_control {
    word-break: break-all!important;
    width: 100%!important;
    display: block!important;
    margin-bottom:10px;
}

.proxy_form_control{
    font-size: 12px;
    line-height: 1.42857143!important;
    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;
}

.proxy_panel {
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.proxy_control_table{
    width:100%!important;
	border-collapse : separate;
}

.proxy_control_table > tbody> tr > th {
	text-align:center;
	padding:2px!important;
}

.proxy_control_table > tbody> tr > td{
	padding:2px!important;
}

/*
.proxy_control_table > tbody> tr > td > input {
	padding-left:15px;
}
*/

.proxy_block{
	display:block;
	width:100%;
}
