@charset "UTF-8";

.wpmuquotes .radius10{-moz-border-radius: 10px!important;-webkit-border-radius: 10px!important;border-radius: 10px!important;}
.wpmuquotes .radius5{-moz-border-radius: 5px!important;-webkit-border-radius: 5px!important;border-radius: 5px!important;}
.wpmuquotes .radius3{-moz-border-radius: 3px!important;-webkit-border-radius: 3px!important;border-radius: 3px!important;}

.wpmuquotes input[type="submit"],
.wpmuquotes .input_data legend,
.wpmuquotes .button{
	width: auto;
	padding: 8px 30px;
	cursor: pointer;
	background-color: #073DF1;color: #FFF;
	-moz-box-shadow: 5px 5px 5px #ddd;
	-webkit-box-shadow: 5px 5px 5px #DDD;
	box-shadow: 5px 5px 5px #DDD;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.wpmuquotes .filter{
	padding:10px;
	border-top:1px #ccc solid;
	border-bottom:1px #ccc solid;
	margin:10px 0;
	width:100%;
}

.wpmuquotes .table_wrap{clear:both;}

/*-------------- table ---------------------*/
.wpmuquotes table {
   	border: 0;
    margin-bottom: 1em;
    border-collapse: collapse;
	width:auto;
}
.wpmuquotes table.fullwidth{ width: 100%;}
.wpmuquotes table.fixed {table-layout: fixed;}
.wpmuquotes table.table-bordered { border: 1px solid #cccccc;}
.wpmuquotes table thead th {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    color: #333;
    padding: 5px;
    border-bottom: 1px solid #E3E3E3;
}
.wpmuquotes .table-bordered thead tr {
    background: #AAA;
    background: -moz-linear-gradient(top, #EEEEEE 0%, #AAAAAA 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EEE), color-stop(100%,#AAA));
    background: -webkit-linear-gradient(top, #EEE 0%,#AAA 100%);
    background: -o-linear-gradient(top, #EEEEEE 0%,#AAAAAA 100%);
    background: -ms-linear-gradient(top, #EEEEEE 0%,#AAAAAA 100%);
    background: linear-gradient(top, #EEEEEE 0%,#AAAAAA 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#AAAAAA');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#AAAAAA')";
}
.wpmuquotes .table-striped tr td:first-child {
    border-left: 1px solid #E3E3E3;
}
.wpmuquotes .table-striped tr:nth-child(odd) td {
    background-color: #FAFAFA;
    border-left: 1px solid #E3E3E3;
}
.wpmuquotes .table tbody tr td {
    background: #FFF;
    border-bottom: 1px solid #E3E3E3;
    word-break: break-all;
}
.wpmuquotes .table tbody td {
    padding: 5px 10px;
}
.wpmuquotes .toggle{cursor:pointer;}
.wpmuquotes .toggle:before{content:"+"; display:inline-block;width:10px;}
.wpmuquotes .toggle.open:before{content:"-";}
.wpmuquotes .forms_block{
	display: inline-block;
    background: #ccc;
    padding: 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}

.wpmuquotes input[type="submit"],.wpmuquotes .input_data legend {
    width: auto;
    padding: 8px 30px;
    cursor: pointer;
    background-color: #073DF1;
    color: #FFF;
    -moz-box-shadow: 5px 5px 5px #ddd;
    -webkit-box-shadow: 5px 5px 5px #DDD;
    box-shadow: 5px 5px 5px #DDD;
}
.wpmuquotes input[type="submit"].actions {
    width: auto;
    padding: 2px 15px;
	font-size:12px;
}
.wpmuquotes input[type="submit"]:hover, .input_data legend:hover { background-color: #3a63ee;}
.wpmuquotes #message{display:inlin-block;}