*{width:auto;}
body {background-color:#F5F5F5;padding: 60px 0 20px 0;}
.navbar {border: 0px;border-radius:0px;color:#FFF;
	background: -moz-linear-gradient(top,  rgba(16,101,145,1) 0%, rgba(89,157,203,1) 67%, rgba(125,185,232,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(16,101,145,1)), color-stop(67%,rgba(89,157,203,1)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(16,101,145,1) 0%,rgba(89,157,203,1) 67%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(16,101,145,1) 0%,rgba(89,157,203,1) 67%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(16,101,145,1) 0%,rgba(89,157,203,1) 67%,rgba(125,185,232,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(16,101,145,1) 0%,rgba(89,157,203,1) 67%,rgba(125,185,232,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#106591', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
}
#feedcheck{height:600px;overflow-y:scroll;position:relative;}
.navbar h2 {font-weight: bold; margin:0 0 20px 4px;}
.contents {margin: auto;width:780px;padding: 19px 29px 29px;background-color: #fff;border: 1px solid #e5e5e5;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);box-shadow: 0 1px 2px rgba(0,0,0,.05);}
#feedcheck .input-group .form-control{width:300px;}
#feedcheck .input-group-addon:first-child {width: 13em;text-align: right;overflow-x:auto;max-width:13em;}
#feedcheck input[type=checkbox]{margin: 0;}

.control-group{margin-top:10px;}
.btn-vin {width:170px;margin:2px 0;padding:5px 0;}
.progress{display:none;position:fixed;top:659px;width:780px;margin-left:-29px;}

/*index styles*/
.medicons img{width:170px; padding:3px;}
.medicons a:hover img {background-color:#FA0;}
.medicons a:active img {background-color:#F55;}
/*index styles*/
/*Export configurator styles*/
.recipientList {display:inline-block;}
.recipientList li{display:inline;width:11em;height:4em;float:left;background:#eee;border:2px solid white;text-align:center;padding:10px;cursor:pointer;}
/*.recipientList li a:hover{color:#fff;background:#00e;}*/
.recipientList li.error{background:#faa;font-size:12px;}
.recipientList li.queued{background:#afa;}
.recipientList li.error small{font-size:9px;}
.recipientList li.export-inactive {background-color:#f2dede;}

.configurator li{list-style-type:none;}
input.txt{width:200px;}
input.chk{width:20px;}
.confignav {display:inline;}

#step0 {list-style-type:none; max-width:400px;}
#step0 li:hover {background-color:#F8F8F8;}
#step0 img {padding: 10px; vertical-align:middle;}
img.config-icon {width:40px;vertical-align:text-bottom;}
/*Export configurator styles*/

/*Export Monitor styles*/
#exportmonitor li{font-size:11px;width:15em;height:6em;}
/*Export Monitor styles*/

/*Export Viewer styles*/
#feeddump{background-color:#FFF; white-space: nowrap; min-width:720px;}
/*Export Viewer styles*/
